aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass2022-10-16 15:26:52 -0600
committerAnatolij Gustschin2022-10-30 20:07:16 +0100
commit2285864a3e9b5fe14fb1ec99847fd499b4fe2b76 (patch)
tree0a221318c5380d2357faaecb2b83b4842c179b21 /common
parent1dc6517649f294ca5b3ae71b98209cee55753b7c (diff)
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')
-rw-r--r--common/stdio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 92811badb88..10016e237b3 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();