mx53loco: Fix build error when CONFIG_VIDEO is disabled
authorVikram Narayanan <vikram186@gmail.com>
Sat, 10 Nov 2012 02:32:46 +0000 (02:32 +0000)
committerAnatolij Gustschin <agust@denx.de>
Wed, 14 Nov 2012 13:05:51 +0000 (14:05 +0100)
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 <vikram186@gmail.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>

No differences found