diff options
author | TsiChung Liew | 2008-03-30 01:22:13 -0500 |
---|---|---|
committer | Wolfgang Denk | 2008-04-13 23:03:02 -0700 |
commit | 0f3ba7e9783f352318f197a3148f6d5cc3d75bea (patch) | |
tree | b79b5b64167a6c7e5162db258a5343e64c46cf93 /include/configs/M54455EVB.h | |
parent | f33fca22e76f20e4e4793810ca7a06a4805a6cf4 (diff) |
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 <Tsi-Chung.Liew@freescale.com>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/M54455EVB.h')
-rw-r--r-- | include/configs/M54455EVB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index a3c71e37dc5..3a022afafd2 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -83,9 +83,9 @@ /* Network configuration */ #define CONFIG_MCFFEC #ifdef CONFIG_MCFFEC -# define CONFIG_NET_MULTI 1 +# define CONFIG_NET_MULTI 1 # define CONFIG_MII 1 -# define CONFIG_CF_DOMII +# define CONFIG_MII_INIT 1 # define CFG_DISCOVER_PHY # define CFG_RX_ETH_BUFFER 8 # define CFG_FAULT_ECHO_LINK_DOWN |