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 <vikram186@gmail.com> Signed-off-by:
Anatolij Gustschin <agust@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
Showing
- arch/arm/include/asm/imx-common/mx5_video.h 21 additions, 0 deletionsarch/arm/include/asm/imx-common/mx5_video.h
- board/freescale/mx51evk/Makefile 3 additions, 1 deletionboard/freescale/mx51evk/Makefile
- board/freescale/mx51evk/mx51evk.c 2 additions, 55 deletionsboard/freescale/mx51evk/mx51evk.c
- board/freescale/mx51evk/mx51evk_video.c 81 additions, 0 deletionsboard/freescale/mx51evk/mx51evk_video.c
Loading
Please register or sign in to comment