[U-Boot] [PATCH 2/2] imx: mx6ul: disable VIDEO for SPL

Stefano Babic sbabic at denx.de
Mon Jan 4 09:59:37 CET 2016


On 04/01/2016 05:19, Peng Fan wrote:
> With DEBUG macro enabled, SPL build failure:
> "
> arch/arm/cpu/armv7/built-in.o: In function `reset_misc':
> ~/uboot/arch/arm/cpu/armv7/mx6/soc.c:406: undefined reference to `lcdif_power_down'
> scripts/Makefile.spl:244: recipe for target 'spl/u-boot-spl' failed
> "
> Wrap VIDEO settings with ifndef CONFIG_SPL_BUILD
> 
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> Cc: Stefano Babic <sbabic at denx.de>
> ---
>  include/configs/mx6ul_14x14_evk.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
> index 5779632..a4f624c 100644
> --- a/include/configs/mx6ul_14x14_evk.h
> +++ b/include/configs/mx6ul_14x14_evk.h
> @@ -243,6 +243,7 @@
>  
>  #define CONFIG_IMX_THERMAL
>  
> +#ifndef CONFIG_SPL_BUILD
>  #define CONFIG_VIDEO
>  #ifdef CONFIG_VIDEO
>  #define CONFIG_CFB_CONSOLE
> @@ -259,5 +260,6 @@
>  #define CONFIG_VIDEO_BMP_LOGO
>  #define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
>  #endif
> +#endif
>  
>  #endif
> 

Reviewed-by: Stefano Babic <sbabic at denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list