From 2285864a3e9b5fe14fb1ec99847fd499b4fe2b76 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 16 Oct 2022 15:26:52 -0600 Subject: video: Drop VCXK video controller This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass --- common/stdio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'common') 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(); -- cgit v1.2.3