Merge branch '2022-06-22-platform-updates-and-additions' into next
[platform/kernel/u-boot.git] / cmd / cls.c
index bdeb497..502d5ed 100644 (file)
--- a/cmd/cls.c
+++ b/cmd/cls.c
@@ -28,8 +28,6 @@ static int do_video_clear(struct cmd_tbl *cmdtp, int flag, int argc,
        if (video_clear(dev))
                return CMD_RET_FAILURE;
 #endif
-#elif defined(CONFIG_CFB_CONSOLE)
-       video_clear();
 #elif defined(CONFIG_LCD)
        lcd_clear();
 #else