diff options
author | Simon Glass | 2022-10-16 15:26:52 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:16 +0100 |
commit | 2285864a3e9b5fe14fb1ec99847fd499b4fe2b76 (patch) | |
tree | 0a221318c5380d2357faaecb2b83b4842c179b21 /common | |
parent | 1dc6517649f294ca5b3ae71b98209cee55753b7c (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.c | 2 |
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(); |