From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 1 May 2010 20:46:59 +0200 Subject: [U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs In-Reply-To: <1271932257-14618-3-git-send-email-weisserm@arcor.de> References: <1271932257-14618-1-git-send-email-weisserm@arcor.de> <1271932257-14618-2-git-send-email-weisserm@arcor.de> <1271932257-14618-3-git-send-email-weisserm@arcor.de> Message-ID: <20100501204659.4c344217@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Matthias, On Thu, 22 Apr 2010 12:30:56 +0200 Matthias Weisser 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