imx: fix building for i.mx8 without spl
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 31 May 2019 15:56:38 +0000 (18:56 +0300)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jun 2019 08:42:48 +0000 (10:42 +0200)
commit4c45e43a2a67cd7210705505080c0e25f742e974
tree8f12b003bfaf3c71711c4571c6ec184a94220e86
parenta9bcf937c9809d3a5e664f851543269812d8864f
imx: fix building for i.mx8 without spl

Building with Travis CI complained and stopped with the following error:
+cc1: fatal error: opening output file spl/u-boot-spl.cfgout: No such
file or directory
+compilation terminated.

This fixes commit caceb739ea07 ("imx: build flash.bin for i.MX8") which
took SPL being enabled on i.MX8 for granted.

Reported-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/Makefile