diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-12-04 12:11:38 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-21 08:37:58 -0300 |
commit | c9757ea36f8472d75cb5c6d9abbbe5c3ed2e826b (patch) | |
tree | e47b9ef310311a2a878e31d3427f28d9ed2321e6 | |
parent | 121de9ad79ecca04e2622e7cf1ce16f8fd908be8 (diff) | |
download | meta-freescale-c9757ea36f8472d75cb5c6d9abbbe5c3ed2e826b.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>
-rw-r--r-- | conf/machine/include/imx-base.inc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index a1a6a8d6..3800ede0 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -380,17 +380,17 @@ SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in" | |||
380 | 380 | ||
381 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | 381 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" |
382 | 382 | ||
383 | # Certain machines override the default fsl u-boot with the | 383 | # Certain machines are set to use the mainline u-boot by default |
384 | # fslc u-boot. To restore the fsl u-boot, add use-fsl-bsp like this: | 384 | # to encourage syncronization with mainline. Undo that here for |
385 | # MACHINEOVERRIDES_prepend_imx6ulevk = "use-fsl-bsp:" | 385 | # machines that don't work with mainline. |
386 | UBOOT_MAKE_TARGET_use-fsl-bsp_mx6 = "u-boot.imx" | 386 | UBOOT_MAKE_TARGET_use-nxp-bsp_mx6 = "u-boot.imx" |
387 | UBOOT_SUFFIX_use-fsl-bsp_mx6 = "imx" | 387 | UBOOT_SUFFIX_use-nxp-bsp_mx6 = "imx" |
388 | SPL_BINARY_use-fsl-bsp_mx6 = "" | 388 | SPL_BINARY_use-nxp-bsp_mx6 = "" |
389 | WKS_FILE_use-fsl-bsp_mx6 = "imx-uboot-bootpart.wks.in" | 389 | WKS_FILE_use-nxp-bsp_mx6 = "imx-uboot-bootpart.wks.in" |
390 | UBOOT_MAKE_TARGET_use-fsl-bsp_mx7 = "u-boot.imx" | 390 | UBOOT_MAKE_TARGET_use-nxp-bsp_mx7 = "u-boot.imx" |
391 | UBOOT_SUFFIX_use-fsl-bsp_mx7 = "imx" | 391 | UBOOT_SUFFIX_use-nxp-bsp_mx7 = "imx" |
392 | SPL_BINARY_use-fsl-bsp_mx7 = "" | 392 | SPL_BINARY_use-nxp-bsp_mx7 = "" |
393 | WKS_FILE_use-fsl-bsp_mx7 = "imx-uboot-bootpart.wks.in" | 393 | WKS_FILE_use-nxp-bsp_mx7 = "imx-uboot-bootpart.wks.in" |
394 | 394 | ||
395 | SERIAL_CONSOLES = "115200;ttymxc0" | 395 | SERIAL_CONSOLES = "115200;ttymxc0" |
396 | SERIAL_CONSOLES_mxs = "115200;ttyAMA0" | 396 | SERIAL_CONSOLES_mxs = "115200;ttyAMA0" |