]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Cleanup
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 13 Mar 2021 05:19:35 +0000 (23:19 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 13 Mar 2021 16:17:03 +0000 (13:17 -0300)
- Remove redundant variable assignment
- Move creeping comment back where it belongs

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
conf/machine/include/imx-base.inc

index 85ec1c71a85ccc8a6550214ced573944bee6129a..664cfb4fc5aa6803d2ae688e36ecc9e42a344b75 100644 (file)
@@ -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"