diff options
-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 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 | ||
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" |