diff options
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 |