video: Drop cfg_console
[platform/kernel/u-boot.git] / common / stdio.c
index 063c659..97f21ea 100644 (file)
@@ -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();
        }