diff options
author | wdenk <wdenk> | 2005-04-21 21:10:22 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-21 21:10:22 +0000 |
commit | a63109281ad41b0fb489fdcb901171f76bcdbc2c (patch) | |
tree | c67b0f3d5c763294f73ab5962db97a4073e517b8 /include/configs/canmb.h | |
parent | 7cc1438d433c5c5ee65fcb588a4d70acb117af82 (diff) |
Fix bug in the SDRAM initialization code for canmb, IceCube and
PM520 boards.
Fix PHY address for canmb board.
Diffstat (limited to 'include/configs/canmb.h')
-rw-r--r-- | include/configs/canmb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/canmb.h b/include/configs/canmb.h index a8bea02e56e..9b91d5881c2 100644 --- a/include/configs/canmb.h +++ b/include/configs/canmb.h @@ -167,7 +167,7 @@ * Ethernet configuration */ #define CONFIG_MPC5xxx_FEC 1 -#define CONFIG_PHY_ADDR 0x1 +#define CONFIG_PHY_ADDR 0x0 /* * GPIO configuration: * PSC1,2,3 predefined as UART |