diff options
author | wdenk <wdenk> | 2004-01-04 22:51:12 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-04 22:51:12 +0000 |
commit | a522fa0e7cdddf8204ba43b335f68be6a42159a5 (patch) | |
tree | 3ddc0bffbaade1b79b1ff520ad6051b5a9766278 /board/dbau1x00 | |
parent | 180d3f74e4738ee107e269cbb949481075dd789a (diff) | |
download | u-boot-imx-a522fa0e7cdddf8204ba43b335f68be6a42159a5.zip u-boot-imx-a522fa0e7cdddf8204ba43b335f68be6a42159a5.tar.gz u-boot-imx-a522fa0e7cdddf8204ba43b335f68be6a42159a5.tar.bz2 |
* Make BMS2003 use a separate config file to avoid #ifdef mess;
add I2C support; add support for DS1337 RTC
* Add CompactFlash support for BMS2003 board
* Add support for status LED on BMS2003 board
Diffstat (limited to 'board/dbau1x00')
-rw-r--r-- | board/dbau1x00/dbau1x00.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/dbau1x00/dbau1x00.c b/board/dbau1x00/dbau1x00.c index 8fcbd81..315e412 100644 --- a/board/dbau1x00/dbau1x00.c +++ b/board/dbau1x00/dbau1x00.c @@ -39,13 +39,6 @@ long int initdram(int board_type) /* In cpu/mips/cpu.c */ void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 ); -#ifdef CONFIG_DBAU1100 -#warning "FIXME Check that bcsr is the same as dbau1000 board!" -#endif -#ifdef CONFIG_DBAU1500 -#warning "FIXME Check that bcsr is the same as dbau1000 board!" -#endif - int checkboard (void) { u16 status; |