diff options
author | wdenk <wdenk> | 2004-05-05 08:31:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-05-05 08:31:53 +0000 |
commit | 62b4ac98a46cd091042b8d2801cb989a8c7c538d (patch) | |
tree | db80c4bd9f73803534d9171d342303ff1c478d58 /include/configs | |
parent | 2729af9d544bfba5de47698c2852652d95723943 (diff) |
* Fix config option spelling in PM520 config file
* Fix PHY discovery problem in cpu/mpc8xx/fec.c (introduced by
patches by Pantelis Antoniou, 30 Mar 2004)
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/PM520.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/PM520.h b/include/configs/PM520.h index 66e52827c..a7d30f0d7 100644 --- a/include/configs/PM520.h +++ b/include/configs/PM520.h @@ -30,7 +30,7 @@ */ #define CONFIG_MPC5200 -#define CONFIG_MPC5XXX 1 /* This is an MPC5xxx CPU */ +#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ #define CONFIG_PM520 1 /* ... on PM520 board */ #define CFG_MPC5XXX_CLKIN 33000000 /* ... running at 33MHz */ @@ -184,8 +184,11 @@ /* * Ethernet configuration */ -#define CONFIG_MPC5XXX_FEC 1 -#define CONFIG_FEC_10MBIT 1 /* Workaround for FEC 100Mbit problem */ +#define CONFIG_MPC5xxx_FEC 1 +/* + * Define CONFIG_FEC_10MBIT to force FEC at 10Mb + */ +/* #define CONFIG_FEC_10MBIT 1 */ #define CONFIG_PHY_ADDR 0x00 /* |