]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: fix UBOOT_MAKE_TARGET so that SPL is built
authorGary Bisson <gary.bisson@boundarydevices.com>
Thu, 12 Jul 2018 10:56:58 +0000 (12:56 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Jul 2018 12:38:11 +0000 (09:38 -0300)
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
conf/machine/include/imx-base.inc

index 3ac8cd866d8cf2aff517e76c52121a0aea4bfc84..b130ef72c65bb38ebb0785c468259fecb21589b3 100644 (file)
@@ -11,7 +11,7 @@ PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native"
 
 UBOOT_MAKE_TARGET ?= "u-boot.imx"
 UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb"
-UBOOT_MAKE_TARGET_mx8 ?= "u-boot.bin"
+UBOOT_MAKE_TARGET_mx8 ?= ""
 
 UBOOT_SUFFIX ?= "imx"
 UBOOT_SUFFIX_mxs ?= "sb"