summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-10 11:18:18 +0000
committerwdenk <wdenk>2003-04-10 11:18:18 +0000
commitd126bfbdbd45a78952d88a702b628ab9107c04e5 (patch)
tree25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /common
parent60fbe254243ec461ec73da13132be098db33d3fa (diff)
downloadblackbird-obmc-uboot-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.gz
blackbird-obmc-uboot-d126bfbdbd45a78952d88a702b628ab9107c04e5.zip
Add support for TQM862L modules
Diffstat (limited to 'common')
-rw-r--r--common/cmd_bedbug.c2
-rw-r--r--common/cmd_mii.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c
index 75b74d50b0..f3b5f88dab 100644
--- a/common/cmd_bedbug.c
+++ b/common/cmd_bedbug.c
@@ -56,7 +56,7 @@ void bedbug_init( void )
#if defined(CONFIG_4xx)
void bedbug405_init( void );
bedbug405_init();
-#elif defined(CONFIG_MPC860)
+#elif defined(CONFIG_8xx)
void bedbug860_init( void );
bedbug860_init();
#endif
diff --git a/common/cmd_mii.c b/common/cmd_mii.c
index b5963f12e6..bb97c0d6d5 100644
--- a/common/cmd_mii.c
+++ b/common/cmd_mii.c
@@ -55,7 +55,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
unsigned short data;
int rcode = 0;
-#ifdef CONFIG_MPC860
+#ifdef CONFIG_8xx
mii_init ();
#endif
OpenPOWER on IntegriCloud