summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-12-04 12:11:38 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-02-03 07:57:42 -0300
commit80c766fdcf0f1526e43f22729074002d2512e016 (patch)
tree8325cd3600d459cf8ebf7503271c34ff735c8882 /conf
parentce17d0bcad7a77bc41e76f0a35f5744620e2f60d (diff)
downloadmeta-freescale-80c766fdcf0f1526e43f22729074002d2512e016.tar.gz
imx-base.inc: Fix use-nxp-bsp after rework
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)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc22
1 files changed, 11 insertions, 11 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 4221321f..d17fee1c 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -371,17 +371,17 @@ SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in"
371 371
372WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 372WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
373 373
374# Certain machines override the default fsl u-boot with the 374# Certain machines are set to use the mainline u-boot by default
375# fslc u-boot. To restore the fsl u-boot, add use-fsl-bsp like this: 375# to encourage syncronization with mainline. Undo that here for
376# MACHINEOVERRIDES_prepend_imx6ulevk = "use-fsl-bsp:" 376# machines that don't work with mainline.
377UBOOT_MAKE_TARGET_use-fsl-bsp_mx6 = "u-boot.imx" 377UBOOT_MAKE_TARGET_use-nxp-bsp_mx6 = "u-boot.imx"
378UBOOT_SUFFIX_use-fsl-bsp_mx6 = "imx" 378UBOOT_SUFFIX_use-nxp-bsp_mx6 = "imx"
379SPL_BINARY_use-fsl-bsp_mx6 = "" 379SPL_BINARY_use-nxp-bsp_mx6 = ""
380WKS_FILE_use-fsl-bsp_mx6 = "imx-uboot-bootpart.wks.in" 380WKS_FILE_use-nxp-bsp_mx6 = "imx-uboot-bootpart.wks.in"
381UBOOT_MAKE_TARGET_use-fsl-bsp_mx7 = "u-boot.imx" 381UBOOT_MAKE_TARGET_use-nxp-bsp_mx7 = "u-boot.imx"
382UBOOT_SUFFIX_use-fsl-bsp_mx7 = "imx" 382UBOOT_SUFFIX_use-nxp-bsp_mx7 = "imx"
383SPL_BINARY_use-fsl-bsp_mx7 = "" 383SPL_BINARY_use-nxp-bsp_mx7 = ""
384WKS_FILE_use-fsl-bsp_mx7 = "imx-uboot-bootpart.wks.in" 384WKS_FILE_use-nxp-bsp_mx7 = "imx-uboot-bootpart.wks.in"
385 385
386SERIAL_CONSOLES = "115200;ttymxc0" 386SERIAL_CONSOLES = "115200;ttymxc0"
387SERIAL_CONSOLES_mxs = "115200;ttyAMA0" 387SERIAL_CONSOLES_mxs = "115200;ttyAMA0"