summaryrefslogtreecommitdiff
path: root/drivers/cfb_console.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-08-04 21:56:49 +0000
committerwdenk <wdenk>2004-08-04 21:56:49 +0000
commit89394047ba438f70f40ebc89b812824b01fec663 (patch)
treedb73eec28812ad5f65f81db65c1d479798d88d33 /drivers/cfb_console.c
parent429168ea88daf7140005c790796fc150d746aacf (diff)
* Patch by Martin Krause, 03 Aug 2004:
change timing for SM501 graphics controller on TQM5200 module * Patch by Mark Jonas, 13 July 2004: - Total5200 LCD now run in little endian mode. Endianess conversion is done in hardware. - Removed last reference to "console" environment variable.
Diffstat (limited to 'drivers/cfb_console.c')
-rw-r--r--drivers/cfb_console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cfb_console.c b/drivers/cfb_console.c
index 3d26ae2d50..1eaac4771e 100644
--- a/drivers/cfb_console.c
+++ b/drivers/cfb_console.c
@@ -123,7 +123,9 @@ CONFIG_VIDEO_HW_CURSOR: - Uses the hardware cursor capability of the
/*****************************************************************************/
#ifdef CONFIG_VIDEO_SED13806
+#ifndef CONFIG_TOTAL5200
#define VIDEO_FB_LITTLE_ENDIAN
+#endif
#define VIDEO_HW_RECTFILL
#define VIDEO_HW_BITBLT
#endif