diff options
Diffstat (limited to 'common/stdio.c')
-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 10016e237b3..49784e33d25 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(); |