summaryrefslogtreecommitdiffstats
path: root/drivers/video/cfb_console.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-15 17:10:56 +0900
committerTom Rini <trini@ti.com>2015-01-16 10:24:14 -0500
commit9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e (patch)
tree761a1d04c7c6fd6e6739d820841d91e2e27cbf13 /drivers/video/cfb_console.c
parentd1c3310d4084488ff483843724d42cd394ae1786 (diff)
downloadtalos-obmc-uboot-9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e.tar.gz
talos-obmc-uboot-9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e.zip
ppc4xx: remove dead code
Since commit 843125daebd7 (ppc4xx: remove HH405 board), CONFIG_HH405 is not defined. Since commit d52633047913 (ppc4xx: remove PMC405), CONFIG_PMC405 is not defined. Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
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 a653bb4168..cbe6b9fc6d 100644
--- a/drivers/video/cfb_console.c
+++ b/drivers/video/cfb_console.c
@@ -125,16 +125,6 @@
#define VIDEO_HW_BITBLT
#endif
-/*
- * Defines for the SED13806 driver
- */
-#ifdef CONFIG_VIDEO_SM501
-
-#ifdef CONFIG_HH405
-#define VIDEO_FB_LITTLE_ENDIAN
-#endif
-#endif
-
#ifdef CONFIG_VIDEO_MXS
#define VIDEO_FB_16BPP_WORD_SWAP
#endif
OpenPOWER on IntegriCloud