aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini2022-03-18 08:38:30 -0400
committerTom Rini2022-03-25 12:01:15 +0000
commit61b9c42e8c1e68e6be0c0e72425e6df8eeedd5d7 (patch)
tree20a82af5758f0c311215c64508053f2e5fad9d75 /include/configs
parent3e2ea3278efba6189dd9644438c64de4017fa027 (diff)
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/at91sam9261ek.h1
-rw-r--r--include/configs/at91sam9263ek.h1
-rw-r--r--include/configs/at91sam9m10g45ek.h1
-rw-r--r--include/configs/at91sam9rlek.h1
-rw-r--r--include/configs/pm9261.h1
-rw-r--r--include/configs/pm9263.h1
6 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index 4f43736fc8b..4e72bf5f062 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -22,7 +22,6 @@
/* LCD */
#define LCD_BPP LCD_COLOR8
-#undef LCD_TEST_PATTERN
/* SDRAM */
#define CONFIG_SYS_SDRAM_BASE 0x20000000
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h
index b5ac6a48a8f..15df8f30272 100644
--- a/include/configs/at91sam9263ek.h
+++ b/include/configs/at91sam9263ek.h
@@ -33,7 +33,6 @@
/* LCD */
#define LCD_BPP LCD_COLOR8
-#undef LCD_TEST_PATTERN
/* SDRAM */
#define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS1
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h
index f24e7d65313..1a408f835a5 100644
--- a/include/configs/at91sam9m10g45ek.h
+++ b/include/configs/at91sam9m10g45ek.h
@@ -18,7 +18,6 @@
/* LCD */
#define LCD_BPP LCD_COLOR8
-#undef LCD_TEST_PATTERN
/* SDRAM */
#define CONFIG_SYS_SDRAM_BASE 0x70000000
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 822df8eb89f..0105cb0a80e 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -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
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
index 056d87488c0..87f216be672 100644
--- a/include/configs/pm9261.h
+++ b/include/configs/pm9261.h
@@ -130,7 +130,6 @@
/* LCD */
#define LCD_BPP LCD_COLOR8
-#undef LCD_TEST_PATTERN
/* SDRAM */
#define PHYS_SDRAM 0x20000000
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index 7b32e1b75bc..3be7e1ca0b3 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -141,7 +141,6 @@
*/
/* LCD */
#define LCD_BPP LCD_COLOR8
-#undef LCD_TEST_PATTERN
/* SDRAM */
#define PHYS_SDRAM 0x20000000