summaryrefslogtreecommitdiffstats
path: root/drivers/video/cfb_console.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-08-03 21:56:50 -0700
committerAnatolij Gustschin <agust@denx.de>2017-08-07 18:15:19 +0200
commitc674e00b8ac0f5f460d35382269d513770215a34 (patch)
tree552cd2989719c1201125a9e4bd8e2bf36f96b9af /drivers/video/cfb_console.c
parentaa82f935ab5c2d74e041f30808ca89d769719cef (diff)
downloadu-boot-c674e00b8ac0f5f460d35382269d513770215a34.tar.gz
u-boot-c674e00b8ac0f5f460d35382269d513770215a34.tar.xz
u-boot-c674e00b8ac0f5f460d35382269d513770215a34.zip
video: Drop the ct69000 driver
This is not used in U-Boot. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/video/cfb_console.c')
-rw-r--r--drivers/video/cfb_console.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
index f54802052e..b6fc7e145b 100644
--- a/drivers/video/cfb_console.c
+++ b/drivers/video/cfb_console.c
@@ -72,16 +72,6 @@
#include <video.h>
#include <linux/compiler.h>
-/*
- * Defines for the CT69000 driver
- */
-#ifdef CONFIG_VIDEO_CT69000
-
-#define VIDEO_FB_LITTLE_ENDIAN
-#define VIDEO_HW_RECTFILL
-#define VIDEO_HW_BITBLT
-#endif
-
#if defined(CONFIG_VIDEO_MXS)
#define VIDEO_FB_16BPP_WORD_SWAP
#endif