summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2018-07-12 12:56:58 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-12 09:38:11 -0300
commitb37fc4bba94db2bc7368488eeda075cc83c47e10 (patch)
tree12a36145e32661cee9c37c711f38996620aa2bed /conf/machine/include/imx-base.inc
parent8fbc69ad18213caae5b8d8fb5714b10d8ef40cfd (diff)
downloadmeta-freescale-b37fc4bba94db2bc7368488eeda075cc83c47e10.tar.gz
imx-base.inc: fix UBOOT_MAKE_TARGET so that SPL is built
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 3ac8cd86..b130ef72 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -11,7 +11,7 @@ PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native"
11 11
12UBOOT_MAKE_TARGET ?= "u-boot.imx" 12UBOOT_MAKE_TARGET ?= "u-boot.imx"
13UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" 13UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb"
14UBOOT_MAKE_TARGET_mx8 ?= "u-boot.bin" 14UBOOT_MAKE_TARGET_mx8 ?= ""
15 15
16UBOOT_SUFFIX ?= "imx" 16UBOOT_SUFFIX ?= "imx"
17UBOOT_SUFFIX_mxs ?= "sb" 17UBOOT_SUFFIX_mxs ?= "sb"