diff options
| author | wdenk <wdenk> | 2004-08-04 21:56:49 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2004-08-04 21:56:49 +0000 |
| commit | 89394047ba438f70f40ebc89b812824b01fec663 (patch) | |
| tree | db73eec28812ad5f65f81db65c1d479798d88d33 /drivers/cfb_console.c | |
| parent | 429168ea88daf7140005c790796fc150d746aacf (diff) | |
| download | olio-uboot-2014.01-89394047ba438f70f40ebc89b812824b01fec663.tar.xz olio-uboot-2014.01-89394047ba438f70f40ebc89b812824b01fec663.zip | |
* 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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cfb_console.c b/drivers/cfb_console.c index 3d26ae2d5..1eaac4771 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 |