commit | c0eaca2cd4c3f2954eb2d5ca0910c33e469d4825 | [log] [tgz] |
---|---|---|
author | Peng Fan <van.freenix@gmail.com> | Mon Jan 04 12:19:14 2016 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jan 07 17:51:47 2016 +0100 |
tree | ede27c181d5108520a11e47e06b0ce676f1a0ab3 | |
parent | cd4b960a83f0e24ec09a69ade1e360694fe86288 [diff] |
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>