]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Add optional LCD support to RRvision board
authorwdenk <wdenk>
Thu, 17 Oct 2002 12:30:10 +0000 (12:30 +0000)
committerwdenk <wdenk>
Thu, 17 Oct 2002 12:30:10 +0000 (12:30 +0000)
Makefile
include/configs/RRvision.h

index 853e5af45e3a333d224c896a698103c6bd3109e1..0a37667011739ed0c768c23c27e79e713a715f00 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -301,6 +301,11 @@ RPXlite_config:            unconfig
 RRvision_config:       unconfig
        @./mkconfig $(@:_config=) ppc mpc8xx RRvision
 
+RRvision_LCD_config:   unconfig
+       @echo "#define CONFIG_LCD" >include/config.h
+       @echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
+       @./mkconfig -a RRvision ppc mpc8xx RRvision
+
 SM850_config   :       unconfig
        @./mkconfig $(@:_config=) ppc mpc8xx tqm8xx
 
index 4c7e75e029a027343c5faa2f2e855745ae79e9d5..14da704a2892b9508504c539800ef5ef4834d843 100644 (file)
 #define CONFIG_MPC823          1       /* This is a MPC823 CPU         */
 #define CONFIG_RRVISION                1       /* ...on a RRvision board       */
 
-#ifdef CONFIG_LCD                      /* with LCD controller ?        */
-/* #define CONFIG_NEC_NL6648BC20 1 / * use NEC NL6648BC20 display      */
-#endif
-
 #define CONFIG_8xx_GCLK_FREQ 64000000
 
 #define        CONFIG_8xx_CONS_SMC1    1       /* Console is on SMC1           */