summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-03-30 01:22:13 -0500
committerWolfgang Denk <wd@denx.de>2008-04-13 23:03:02 -0700
commit0f3ba7e9783f352318f197a3148f6d5cc3d75bea (patch)
treeb79b5b64167a6c7e5162db258a5343e64c46cf93 /common
parentf33fca22e76f20e4e4793810ca7a06a4805a6cf4 (diff)
downloadblackbird-obmc-uboot-0f3ba7e9783f352318f197a3148f6d5cc3d75bea.tar.gz
blackbird-obmc-uboot-0f3ba7e9783f352318f197a3148f6d5cc3d75bea.zip
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 'common')
-rw-r--r--common/cmd_mii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mii.c b/common/cmd_mii.c
index fa753dd67d..bcbd7aa4ee 100644
--- a/common/cmd_mii.c
+++ b/common/cmd_mii.c
@@ -306,7 +306,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
return 1;
}
-#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x) || defined(CONFIG_MII_INIT)
+#if defined(CONFIG_MII_INIT)
mii_init ();
#endif
OpenPOWER on IntegriCloud