diff options
| author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-07-12 12:56:58 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 09:38:11 -0300 |
| commit | b37fc4bba94db2bc7368488eeda075cc83c47e10 (patch) | |
| tree | 12a36145e32661cee9c37c711f38996620aa2bed | |
| parent | 8fbc69ad18213caae5b8d8fb5714b10d8ef40cfd (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 3ac8cd866..b130ef72c 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 | ||
| 12 | UBOOT_MAKE_TARGET ?= "u-boot.imx" | 12 | UBOOT_MAKE_TARGET ?= "u-boot.imx" |
| 13 | UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" | 13 | UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" |
| 14 | UBOOT_MAKE_TARGET_mx8 ?= "u-boot.bin" | 14 | UBOOT_MAKE_TARGET_mx8 ?= "" |
| 15 | 15 | ||
| 16 | UBOOT_SUFFIX ?= "imx" | 16 | UBOOT_SUFFIX ?= "imx" |
| 17 | UBOOT_SUFFIX_mxs ?= "sb" | 17 | UBOOT_SUFFIX_mxs ?= "sb" |
