]> Git Repo - u-boot.git/commitdiff
CFB: Fix font rendering on mx5 framebuffer
authorMarek Vasut <[email protected]>
Wed, 23 Nov 2011 16:32:16 +0000 (16:32 +0000)
committerWolfgang Denk <[email protected]>
Tue, 29 Nov 2011 14:43:36 +0000 (15:43 +0100)
Signed-off-by: Marek Vasut <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Stefano Babic <[email protected]>
drivers/video/cfb_console.c

index 32e890cc7ebb5d06249eff29f4bf72019446dee9..480df64de5083f7d9431c4fd0a034f2ac3087d4c 100644 (file)
 /*
  * Defines for the i.MX31 driver (mx3fb.c)
  */
-#ifdef CONFIG_VIDEO_MX3
+#if defined(CONFIG_VIDEO_MX3) || defined(CONFIG_VIDEO_MX5)
 #define VIDEO_FB_16BPP_WORD_SWAP
 #endif
 
This page took 0.032985 seconds and 4 git commands to generate.