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/M5373EVB.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/M5373EVB.h') diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index da4156c747..3b9da17e40 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -70,6 +70,7 @@ #ifdef CONFIG_MCFFEC # define CONFIG_NET_MULTI 1 # define CONFIG_MII 1 +# define CONFIG_MII_INIT 1 # define CFG_DISCOVER_PHY # define CFG_RX_ETH_BUFFER 8 # define CFG_FAULT_ECHO_LINK_DOWN -- cgit v1.2.1