aboutsummaryrefslogtreecommitdiff
path: root/common/stdio.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:59:22 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:17 +0100
commit0f9b86f811f9062a01329ebb060c0e719256c43e (patch)
treee70715cc718158bfb0c45023c9fbef0bda698232 /common/stdio.c
parent777f3e369516e4260fb779896c76fc290fc4f42c (diff)
downloadu-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.zip
u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.tar.gz
u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.tar.bz2
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/stdio.c')
-rw-r--r--common/stdio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 10016e2..49784e3 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();