diff options
author | wdenk <wdenk> | 2003-11-25 16:55:19 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-11-25 16:55:19 +0000 |
commit | fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99 (patch) | |
tree | 11bfc414e9c8422bccaf4dfa7b039081c74de391 /include/configs/TQM823L.h | |
parent | b4757cee52597ab5a67c30a1bf2a3208209e1ccb (diff) | |
download | u-boot-imx-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.zip u-boot-imx-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.tar.gz u-boot-imx-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.tar.bz2 |
Add support for BMS2003 board
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
Fix NEC display names (it's 6440 [for 640x480], not 6640).
Diffstat (limited to 'include/configs/TQM823L.h')
-rw-r--r-- | include/configs/TQM823L.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index e53304e..020cc83 100644 --- a/include/configs/TQM823L.h +++ b/include/configs/TQM823L.h @@ -86,7 +86,11 @@ # define CONFIG_STATUS_LED 1 /* Status LED enabled */ #endif /* CONFIG_LCD */ -#undef CONFIG_CAN_DRIVER /* CAN Driver support disabled */ +#ifdef CONFIG_BMS2003 +# define CONFIG_CAN_DRIVER 1 /* CAN Driver support enabled */ +#else +# undef CONFIG_CAN_DRIVER /* CAN Driver support disabled */ +#endif #define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE) |