diff options
| -rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index bef8d6cea..34b99cec7 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 | ||
| 15 | PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" | 15 | PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" |
| 16 | 16 | ||
| 17 | UBOOT_BINARY ?= "u-boot.imx" | 17 | UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" |
| 18 | UBOOT_MAKE_TARGET ?= "u-boot.imx" | 18 | UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX}" |
| 19 | UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" | 19 | UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" |
| 20 | UBOOT_MAKE_TARGET_mx8 ?= "" | 20 | UBOOT_MAKE_TARGET_mx8 ?= "" |
| 21 | 21 | ||
