]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
VIDEO: MX5: Switch MX5 to CONFIG_VIDEO
authorStefano Babic <sbabic@denx.de>
Wed, 28 Sep 2011 09:21:15 +0000 (11:21 +0200)
committerAnatolij Gustschin <agust@denx.de>
Thu, 13 Oct 2011 10:26:30 +0000 (12:26 +0200)
commite9934f0b6032d5f4304fa17241c870b95e7e60f8
tree88497b177efc4b90646a887cad05bc6b03aad26a
parent8c6b25046d506d8bbde10cb89f63247f9e78b48c
VIDEO: MX5: Switch MX5 to CONFIG_VIDEO

The framebuffer driver for MX5 is based on CONFIG_LCD.
In the current implementation, there is a serious bug
because the required memory is allocated before
relocation, but the driver knows only later which is
the resolution of the display. The patch switches the driver
to CONFIG_VIDEO and the memory is allocated by the driver itself.

We also need to switch the vision2 board code and config file
in the same commit so that this commit will be bisectable.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Anatolij Gustschin <agust@denx.de>
Tested-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
board/ttcontrol/vision2/vision2.c
drivers/video/mxc_ipuv3_fb.c
include/configs/vision2.h