diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 61b9c42e8c1e68e6be0c0e72425e6df8eeedd5d7 (patch) | |
tree | 20a82af5758f0c311215c64508053f2e5fad9d75 /include/configs/pm9263.h | |
parent | 3e2ea3278efba6189dd9644438c64de4017fa027 (diff) | |
download | u-boot-61b9c42e8c1e68e6be0c0e72425e6df8eeedd5d7.tar.gz |
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/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |