[U-Boot] [PATCH v2] mx53loco: Fix build error when CONFIG_VIDEO is disabled

Anatolij Gustschin agust at denx.de
Wed Nov 14 14:13:28 CET 2012


Hi,

On Sat, 10 Nov 2012 13:32:46 +0100
Anatolij Gustschin <agust at denx.de> wrote:

> From: Vikram Narayanan <vikram186 at gmail.com>
> 
> 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 at gmail.com>
> Signed-off-by: Anatolij Gustschin <agust at denx.de>
> Cc: Fabio Estevam <fabio.estevam at freescale.com>
> Cc: Stefano Babic <sbabic at denx.de>
> ---
> Changes in v2:
>  - rebased on current master
>  - revised commit log
> 
>  board/freescale/mx53loco/Makefile         |    4 +-
>  board/freescale/mx53loco/mx53loco.c       |   66 +-------------------
>  board/freescale/mx53loco/mx53loco_video.c |   94 +++++++++++++++++++++++++++++
>  3 files changed, 99 insertions(+), 65 deletions(-)
>  create mode 100644 board/freescale/mx53loco/mx53loco_video.c

Applied to video/master, thanks!

Anatolij


More information about the U-Boot mailing list