From 0f3ba7e9783f352318f197a3148f6d5cc3d75bea Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Sun, 30 Mar 2008 01:22:13 -0500 Subject: Add CONFIG_MII_INIT support to related boards Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in cmd_init.c. Add CONFIG_MII_INIT to board configuration files that use mii_init() in cmd_init.c. Signed-off-by: TsiChung Liew Acked-by: Ben Warren --- include/configs/M5485EVB.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/M5485EVB.h') diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index 9121023f89..cba51c87c1 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -69,6 +69,7 @@ #ifdef CONFIG_FSLDMAFEC # define CONFIG_NET_MULTI 1 # define CONFIG_MII 1 +# define CONFIG_MII_INIT 1 # define CONFIG_HAS_ETH1 # define CFG_DISCOVER_PHY -- cgit v1.2.1