]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
authorWolfgang Grandegger <wg@denx.de>
Fri, 23 Oct 2009 10:03:15 +0000 (12:03 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 31 Oct 2009 11:17:40 +0000 (12:17 +0100)
commit229b6dce675c729ee0ea2d7b61fbcda89b23b6b8
tree30017fffb7d94dbeee8f0ef6d72e380cee35ee8b
parent5d16ca87100ea58c93c46b9f0264981eaed49568
video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01

In 16 bpp mode, the new IPEK01 board only requires swapping of D16 words
for D32 accesses due to the diffferent connecting to the GDC bus. This
patch introduces the configuration option VIDEO_FB_16BPP_WORD_SWAP,
which should be set for all board using the mb862xx in 16 bpp mode. For
the IPEK01, VIDEO_FB_16BPP_PIXEL_SWAP should not be set.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
drivers/video/cfb_console.c
include/configs/lwmon5.h
include/configs/socrates.h