diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 85ec1c71..664cfb4f 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -18,10 +18,8 @@ IMX_DEFAULT_BSP_mx5 ?= "mainline" | |||
18 | 18 | ||
19 | MACHINEOVERRIDES =. "use-${IMX_DEFAULT_BSP}-bsp:" | 19 | MACHINEOVERRIDES =. "use-${IMX_DEFAULT_BSP}-bsp:" |
20 | 20 | ||
21 | # Set specific make target and binary suffix | ||
22 | IMX_DEFAULT_BOOTLOADER = "u-boot-fslc" | 21 | IMX_DEFAULT_BOOTLOADER = "u-boot-fslc" |
23 | IMX_DEFAULT_BOOTLOADER_mx8 = "u-boot-imx" | 22 | IMX_DEFAULT_BOOTLOADER_mx8 = "u-boot-imx" |
24 | IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-fslc" | ||
25 | IMX_DEFAULT_UBOOTTOOLS = "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx','u-boot-imx-tools', 'u-boot-tools', d)}" | 23 | IMX_DEFAULT_UBOOTTOOLS = "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx','u-boot-imx-tools', 'u-boot-tools', d)}" |
26 | 24 | ||
27 | PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" | 25 | PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" |
@@ -34,6 +32,7 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}" | |||
34 | 32 | ||
35 | PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" | 33 | PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" |
36 | 34 | ||
35 | # Set specific make target and binary suffix | ||
37 | UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" | 36 | UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" |
38 | UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX}" | 37 | UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX}" |
39 | UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" | 38 | UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" |