lcd: Remove LCD_TEST_PATTERN code
This is a legacy driver and the value is set in board config headers without a CONFIG prefix. Remove the code. Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
/* LCD */
|
||||
#define LCD_BPP LCD_COLOR8
|
||||
#undef LCD_TEST_PATTERN
|
||||
|
||||
/* SDRAM */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x20000000
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
/* LCD */
|
||||
#define LCD_BPP LCD_COLOR8
|
||||
#undef LCD_TEST_PATTERN
|
||||
|
||||
/* SDRAM */
|
||||
#define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
/* LCD */
|
||||
#define LCD_BPP LCD_COLOR8
|
||||
#undef LCD_TEST_PATTERN
|
||||
|
||||
/* SDRAM */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x70000000
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
/* LCD */
|
||||
#define LCD_BPP LCD_COLOR8
|
||||
#undef LCD_TEST_PATTERN
|
||||
/* Let board_init_f handle the framebuffer allocation */
|
||||
#undef CONFIG_FB_ADDR
|
||||
|
||||
|
||||
@@ -130,7 +130,6 @@
|
||||
|
||||
/* LCD */
|
||||
#define LCD_BPP LCD_COLOR8
|
||||
#undef LCD_TEST_PATTERN
|
||||
|
||||
/* SDRAM */
|
||||
#define PHYS_SDRAM 0x20000000
|
||||
|
||||
@@ -141,7 +141,6 @@
|
||||
*/
|
||||
/* LCD */
|
||||
#define LCD_BPP LCD_COLOR8
|
||||
#undef LCD_TEST_PATTERN
|
||||
|
||||
/* SDRAM */
|
||||
#define PHYS_SDRAM 0x20000000
|
||||
|
||||
Reference in New Issue
Block a user