diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-16 15:59:22 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:17 +0100 |
commit | 0f9b86f811f9062a01329ebb060c0e719256c43e (patch) | |
tree | e70715cc718158bfb0c45023c9fbef0bda698232 /common | |
parent | 777f3e369516e4260fb779896c76fc290fc4f42c (diff) | |
download | u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.tar.gz u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.tar.bz2 u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.zip |
video: Drop remaining references to CONFIG_LCD
These rely on the old LCD implementation which is to be removed. Drop it
all.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/stdio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stdio.c b/common/stdio.c index 10016e237b..49784e33d2 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -366,9 +366,6 @@ int stdio_add_devices(void) if (IS_ENABLED(CONFIG_SPLASH_SCREEN) && IS_ENABLED(CONFIG_CMD_BMP)) splash_display(); - } else { - if (IS_ENABLED(CONFIG_LCD)) - drv_lcd_init(); } drv_system_init(); |