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 /include/configs/TQM823L.h | |
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 'include/configs/TQM823L.h')
-rw-r--r-- | include/configs/TQM823L.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index 020cc83..b62095f 100644 --- a/include/configs/TQM823L.h +++ b/include/configs/TQM823L.h @@ -80,17 +80,13 @@ #undef CONFIG_WATCHDOG /* watchdog disabled */ -#ifdef CONFIG_LCD +#if defined(CONFIG_LCD) # undef CONFIG_STATUS_LED /* disturbs display */ #else # define CONFIG_STATUS_LED 1 /* Status LED enabled */ #endif /* CONFIG_LCD */ -#ifdef CONFIG_BMS2003 -# define CONFIG_CAN_DRIVER 1 /* CAN Driver support enabled */ -#else -# undef CONFIG_CAN_DRIVER /* CAN Driver support disabled */ -#endif +#undef CONFIG_CAN_DRIVER /* CAN Driver support disabled */ #define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE) |