aboutsummaryrefslogtreecommitdiff
path: root/common/stdio.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:26:52 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commit2285864a3e9b5fe14fb1ec99847fd499b4fe2b76 (patch)
tree0a221318c5380d2357faaecb2b83b4842c179b21 /common/stdio.c
parent1dc6517649f294ca5b3ae71b98209cee55753b7c (diff)
downloadu-boot-2285864a3e9b5fe14fb1ec99847fd499b4fe2b76.zip
u-boot-2285864a3e9b5fe14fb1ec99847fd499b4fe2b76.tar.gz
u-boot-2285864a3e9b5fe14fb1ec99847fd499b4fe2b76.tar.bz2
video: Drop VCXK video controller
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 'common/stdio.c')
-rw-r--r--common/stdio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 92811ba..10016e2 100644
--- a/common/stdio.c
+++ b/common/stdio.c
@@ -369,8 +369,6 @@ int stdio_add_devices(void)
} else {
if (IS_ENABLED(CONFIG_LCD))
drv_lcd_init();
- if (IS_ENABLED(CONFIG_VIDEO_VCXK))
- drv_video_init();
}
drv_system_init();