diff options
| author | wdenk <wdenk> | 2003-04-10 11:18:18 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2003-04-10 11:18:18 +0000 |
| commit | d126bfbdbd45a78952d88a702b628ab9107c04e5 (patch) | |
| tree | 25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /common/cmd_bedbug.c | |
| parent | 60fbe254243ec461ec73da13132be098db33d3fa (diff) | |
| download | olio-uboot-2014.01-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.xz olio-uboot-2014.01-d126bfbdbd45a78952d88a702b628ab9107c04e5.zip | |
Add support for TQM862L modules
Diffstat (limited to 'common/cmd_bedbug.c')
| -rw-r--r-- | common/cmd_bedbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c index 75b74d50b..f3b5f88da 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 |