From: wdenk Date: Thu, 17 Oct 2002 12:30:10 +0000 (+0000) Subject: Add optional LCD support to RRvision board X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bf7317caafc3fb60cf8b1ca9636edc1bef4f8e7b;p=users%2Frw%2Fppcboot.git Add optional LCD support to RRvision board --- diff --git a/Makefile b/Makefile index 853e5af..0a37667 100644 --- 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 diff --git a/include/configs/RRvision.h b/include/configs/RRvision.h index 4c7e75e..14da704 100644 --- a/include/configs/RRvision.h +++ b/include/configs/RRvision.h @@ -36,10 +36,6 @@ #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 */