summaryrefslogtreecommitdiff
path: root/common/stdio.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-23 07:04:02 -0700
committerAnatolij Gustschin <agust@denx.de>2022-03-28 20:14:24 +0200
commit814dd92bdc22e2949e70b86440f0a83b50e6bc7a (patch)
treec762a9ddc24bd96c3e30e0957000cdaea7f8e955 /common/stdio.c
parent34d2b7f20369d62c0f091d6572a8c0ea4655cf14 (diff)
video: Drop cfg_console
The non-driver model video support was removed two years ago. Drop this driver, which is only used by nokia_rx51. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/stdio.c')
-rw-r--r--common/stdio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 063c659bbc..97f21ea346 100644
--- a/common/stdio.c
+++ b/common/stdio.c
@@ -368,7 +368,6 @@ int stdio_add_devices(void)
if (IS_ENABLED(CONFIG_LCD))
drv_lcd_init();
if (IS_ENABLED(CONFIG_VIDEO) ||
- IS_ENABLED(CONFIG_CFB_CONSOLE) ||
IS_ENABLED(CONFIG_VIDEO_VCXK))
drv_video_init();
}