[U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs
Anatolij Gustschin
agust at denx.de
Sat May 1 20:46:59 CEST 2010
Dear Matthias,
On Thu, 22 Apr 2010 12:30:56 +0200
Matthias Weisser <weisserm at 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
More information about the U-Boot
mailing list