diff options
author | Simon Glass | 2022-10-16 15:19:04 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:16 +0100 |
commit | 1dc6517649f294ca5b3ae71b98209cee55753b7c (patch) | |
tree | 604ec6d944dd38492f2aa5a9a89c5b82d15af910 /configs/pm9263_defconfig | |
parent | 3c4d848085f7fcf782b9ce821c6f217369a456c9 (diff) |
Drop CONFIG_LCD_LOGO
This relies on the old LCD implementation which is to be removed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/pm9263_defconfig')
-rw-r--r-- | configs/pm9263_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig index 9515c4c0498..124ed0130db 100644 --- a/configs/pm9263_defconfig +++ b/configs/pm9263_defconfig @@ -71,5 +71,4 @@ CONFIG_DM_VIDEO=y CONFIG_ATMEL_LCD=y CONFIG_ATMEL_LCD_BGR555=y CONFIG_LCD=y -CONFIG_LCD_LOGO=y CONFIG_JFFS2_NAND=y |