
Dear Matthias,
On Thu, 22 Apr 2010 12:30:56 +0200 Matthias Weisser weisserm@arcor.de wrote: ...
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index d1f47c9..4769cdb 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -153,6 +153,14 @@ CONFIG_VIDEO_HW_CURSOR: - Uses the hardware cursor capability of the #endif
/*****************************************************************************/ +/* Defines for the MB86R0xGDC driver */ +/*****************************************************************************/ +#ifdef CONFIG_VIDEO_MB86R0xGDC
+#define VIDEO_FB_16BPP_WORD_SWAP +#endif
Please do not add VIDEO_FB_16BPP_WORD_SWAP #define here. Add it into your include/configs/jadecpu.h file in the video related section like other boards do. Thanks!
Best regards, Anatolij