]> 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>
Thu, 21 Jan 2021 11:37:58 +0000 (08:37 -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>
conf/machine/include/imx-base.inc

index a1a6a8d6b9db4cf37220ff5ebdb64c0e3305b268..3800ede0eba13b138e826cbb74f71de3ea65759f 100644 (file)
@@ -380,17 +380,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"