Skip to content
Snippets Groups Projects
Commit e9934f0b authored by Stefano Babic's avatar Stefano Babic Committed by Anatolij Gustschin
Browse files

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: default avatarStefano Babic <sbabic@denx.de>
CC: Anatolij Gustschin <agust@denx.de>
Tested-by: default avatarStefano Babic <sbabic@denx.de>
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 8c6b2504
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment