imx: mx6ul: disable VIDEO for SPL
authorPeng Fan <van.freenix@gmail.com>
Mon, 4 Jan 2016 04:19:14 +0000 (12:19 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Jan 2016 16:51:47 +0000 (17:51 +0100)
commitce2190f52523f36e42b702a5b59eb202aae565b2
treeede27c181d5108520a11e47e06b0ce676f1a0ab3
parent7ea191aa10c43b5497d171ab6f48e633e6779468
imx: mx6ul: disable VIDEO for SPL

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@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
include/configs/mx6ul_14x14_evk.h