From 86321fc1128c93a10ac4afb9d317b0df8ece0f9e Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Thu, 5 Feb 2009 23:58:25 -0800 Subject: net: removed board-specific CONFIGs from MPC5xxx FEC driver Added new CONFIG options for the three type of MAC-PHY interconnect and applied them all relevant board config files Signed-off-by: Ben Warren --- include/configs/BC3450.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/configs/BC3450.h') diff --git a/include/configs/BC3450.h b/include/configs/BC3450.h index 28be8dd62..bced118e3 100644 --- a/include/configs/BC3450.h +++ b/include/configs/BC3450.h @@ -396,10 +396,11 @@ /* * Ethernet configuration * - * Define CONFIG_FEC10MBIT to force FEC at 10MBIT + * Define CONFIG_MPC5xxx_MII10 to force FEC at 10MBIT */ #define CONFIG_MPC5xxx_FEC 1 -#undef CONFIG_FEC_10MBIT +#define CONFIG_MPC5xxx_FEC_MII100 +#undef CONFIG_MPC5xxx_MII10 #define CONFIG_PHY_ADDR 0x00 /* -- cgit v1.2.3