From: Tom Hochstein Date: Sat, 13 Mar 2021 05:19:35 +0000 (-0600) Subject: imx-base.inc: Cleanup X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=acefa6862884d1c8d06ead73e4088bc91e54b3ce;p=meta-freescale.git imx-base.inc: Cleanup - Remove redundant variable assignment - Move creeping comment back where it belongs Signed-off-by: Tom Hochstein --- 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" MACHINEOVERRIDES =. "use-${IMX_DEFAULT_BSP}-bsp:" -# Set specific make target and binary suffix IMX_DEFAULT_BOOTLOADER = "u-boot-fslc" IMX_DEFAULT_BOOTLOADER_mx8 = "u-boot-imx" -IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-fslc" IMX_DEFAULT_UBOOTTOOLS = "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx','u-boot-imx-tools', 'u-boot-tools', d)}" PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" @@ -34,6 +32,7 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}" PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" +# Set specific make target and binary suffix UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX}" UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb"