Signed-off-by: Marek Vasut <[email protected]> Cc: Anatolij Gustschin <[email protected]> Cc: Stefano Babic <[email protected]> --- drivers/video/cfb_console.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 561883a..d66891a 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -164,7 +164,7 @@ /* * 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 -- 1.7.7.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

