From: dzu Date: Thu, 25 Sep 2003 22:32:40 +0000 (+0000) Subject: Add configuration for wtk board X-Git-Tag: LABEL_2006_03_12_0025~742 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91e940d9bc15436de2bc73603957136e19082c35;p=u-boot Add configuration for wtk board --- diff --git a/CHANGELOG b/CHANGELOG index eb761640e1..2ce5ccf5a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes for U-Boot 1.0.0: ====================================================================== +* Add configuration for wtk board + * Add support for the Sharp LQ065T9DR51U LCD display * Patch by Rune Torgersen, 17 Sep 2003: diff --git a/Makefile b/Makefile index 46d648b4ef..1719cc544d 100644 --- a/Makefile +++ b/Makefile @@ -470,6 +470,11 @@ v37_config: unconfig @echo "#define CONFIG_SHARP_LQ084V1DG21" >>include/config.h @./mkconfig $(@:_config=) ppc mpc8xx v37 +wtk_config: unconfig + @echo "#define CONFIG_LCD" >include/config.h + @echo "#define CONFIG_SHARP_LQ065T9DR51U" >>include/config.h + @./mkconfig -a TQM823L ppc mpc8xx tqm8xx + ######################################################################### ## PPC4xx Systems #########################################################################