]> Git Repo - u-boot.git/commit
mx53loco: Fix build error when CONFIG_VIDEO is disabled
authorVikram Narayanan <[email protected]>
Sat, 10 Nov 2012 02:32:46 +0000 (02:32 +0000)
committerAnatolij Gustschin <[email protected]>
Wed, 14 Nov 2012 13:05:51 +0000 (14:05 +0100)
commit30ea4be921634de193236355f76e7870f1a3cb89
tree6692d3ffa0ecf9e3318850d547bbad502c5f8df4
parent5d71bd210ff3ab5b510071cae7ed1ea51ba9e0ca
mx53loco: Fix build error when CONFIG_VIDEO is disabled

The inclusion of LCD patch into mx53loco 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]>
board/freescale/mx53loco/Makefile
board/freescale/mx53loco/mx53loco.c
board/freescale/mx53loco/mx53loco_video.c [new file with mode: 0644]
This page took 0.034861 seconds and 4 git commands to generate.