]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Fix use-nxp-bsp after rework
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 4 Dec 2020 18:11:38 +0000 (12:11 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 3 Feb 2021 10:57:42 +0000 (07:57 -0300)
The use-*-bsp rework renamed use-fsl-bsp to use-nxp-bsp.

It also added to MACHINEOVERRIDES automatically, so fix the comment
as well.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit c9757ea36f8472d75cb5c6d9abbbe5c3ed2e826b)

conf/machine/include/imx-base.inc

index 4221321fc0141403f350e5358c1ce411a241d484..d17fee1c2f9f20f90c5b426ed321b3666faa1ef5 100644 (file)
@@ -371,17 +371,17 @@ SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in"
 
 WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
 
-# Certain machines override the default fsl u-boot with the
-# fslc u-boot. To restore the fsl u-boot, add use-fsl-bsp like this:
-#   MACHINEOVERRIDES_prepend_imx6ulevk = "use-fsl-bsp:"
-UBOOT_MAKE_TARGET_use-fsl-bsp_mx6 = "u-boot.imx"
-UBOOT_SUFFIX_use-fsl-bsp_mx6 = "imx"
-SPL_BINARY_use-fsl-bsp_mx6 = ""
-WKS_FILE_use-fsl-bsp_mx6 = "imx-uboot-bootpart.wks.in"
-UBOOT_MAKE_TARGET_use-fsl-bsp_mx7 = "u-boot.imx"
-UBOOT_SUFFIX_use-fsl-bsp_mx7 = "imx"
-SPL_BINARY_use-fsl-bsp_mx7 = ""
-WKS_FILE_use-fsl-bsp_mx7 = "imx-uboot-bootpart.wks.in"
+# Certain machines are set to use the mainline u-boot by default
+# to encourage syncronization with mainline. Undo that here for
+# machines that don't work with mainline.
+UBOOT_MAKE_TARGET_use-nxp-bsp_mx6 = "u-boot.imx"
+UBOOT_SUFFIX_use-nxp-bsp_mx6 = "imx"
+SPL_BINARY_use-nxp-bsp_mx6 = ""
+WKS_FILE_use-nxp-bsp_mx6 = "imx-uboot-bootpart.wks.in"
+UBOOT_MAKE_TARGET_use-nxp-bsp_mx7 = "u-boot.imx"
+UBOOT_SUFFIX_use-nxp-bsp_mx7 = "imx"
+SPL_BINARY_use-nxp-bsp_mx7 = ""
+WKS_FILE_use-nxp-bsp_mx7 = "imx-uboot-bootpart.wks.in"
 
 SERIAL_CONSOLES = "115200;ttymxc0"
 SERIAL_CONSOLES_mxs = "115200;ttyAMA0"