summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-11-25 16:55:19 +0000
committerwdenk <wdenk>2003-11-25 16:55:19 +0000
commitfd3103bb8ece6b20d5f4974fd672b9ff19f9fe99 (patch)
tree11bfc414e9c8422bccaf4dfa7b039081c74de391 /Makefile
parentb4757cee52597ab5a67c30a1bf2a3208209e1ccb (diff)
downloadtalos-obmc-uboot-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.tar.gz
talos-obmc-uboot-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.zip
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 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef7e4fcb17..4746837858 100644
--- a/Makefile
+++ b/Makefile
@@ -241,6 +241,12 @@ ADS860_config: unconfig
AMX860_config : unconfig
@./mkconfig $(@:_config=) ppc mpc8xx amx860 westel
+bms2003_config : unconfig
+ @echo "#define CONFIG_BMS2003" >include/config.h
+ @echo "#define CONFIG_LCD" >>include/config.h
+ @echo "#define CONFIG_NEC_NL6448BC33_54" >>include/config.h
+ @./mkconfig -a TQM823L ppc mpc8xx tqm8xx
+
c2mon_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8xx c2mon
@@ -473,7 +479,7 @@ TQM862M_100MHz_config: unconfig
}
@[ -z "$(findstring _LCD,$@)" ] || \
{ echo "#define CONFIG_LCD" >>include/config.h ; \
- echo "#define CONFIG_NEC_NL6648BC20" >>include/config.h ; \
+ echo "#define CONFIG_NEC_NL6448BC20" >>include/config.h ; \
echo "... with LCD display" ; \
}
@./mkconfig -a $(call xtract_8xx,$@) ppc mpc8xx tqm8xx
OpenPOWER on IntegriCloud