]> Git Repo - J-u-boot.git/commit
mx51evk: Fix build error when CONFIG_VIDEO is disabled
authorVikram Narayanan <[email protected]>
Sat, 10 Nov 2012 02:28:52 +0000 (02:28 +0000)
committerAnatolij Gustschin <[email protected]>
Wed, 14 Nov 2012 13:05:35 +0000 (14:05 +0100)
commit5d71bd210ff3ab5b510071cae7ed1ea51ba9e0ca
treecb032edb25c7c35d250572213e0b7d974c2dc7b2
parent4a1921eb04fa83acbab60fc0219e48e85dbc2f74
mx51evk: Fix build error when CONFIG_VIDEO is disabled

The inclusion of LCD patch into mx51evk breaks the build when
CONFIG_VIDEO is disabled. Fix this by splitting the video related
stuff to a new file.

Also rename the function lcd_iomux to setup_iomux_lcd to make the
namings aligned with the other iomux functions.

Signed-off-by: Vikram Narayanan <[email protected]>
Signed-off-by: Anatolij Gustschin <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
arch/arm/include/asm/imx-common/mx5_video.h [new file with mode: 0644]
board/freescale/mx51evk/Makefile
board/freescale/mx51evk/mx51evk.c
board/freescale/mx51evk/mx51evk_video.c [new file with mode: 0644]
This page took 0.034807 seconds and 4 git commands to generate.