summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index bef8d6ce..34b99cec 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -14,8 +14,8 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}"
14 14
15PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" 15PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native"
16 16
17UBOOT_BINARY ?= "u-boot.imx" 17UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}"
18UBOOT_MAKE_TARGET ?= "u-boot.imx" 18UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX}"
19UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" 19UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb"
20UBOOT_MAKE_TARGET_mx8 ?= "" 20UBOOT_MAKE_TARGET_mx8 ?= ""
21 21