]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Limit use-fsl-bsp u-boot overrides to i.MX 6 and 7
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 27 Feb 2019 19:23:49 +0000 (13:23 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Thu, 28 Feb 2019 20:55:50 +0000 (14:55 -0600)
The u-boot overrides are appropriate for i.MX 6 and 7 only and
break i.MX 8 builds.

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

conf/machine/include/imx-base.inc

index 012af537b151a89fb8b43f3536a187e287b44c05..3af3f5f0085b4b9cca7255914fca842c4e987be5 100644 (file)
@@ -313,10 +313,14 @@ 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 = "u-boot.imx"
-UBOOT_SUFFIX_use-fsl-bsp = "imx"
-SPL_BINARY_use-fsl-bsp = ""
-WKS_FILE_use-fsl-bsp = "imx-uboot-bootpart.wks"
+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"
+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"
 
 SERIAL_CONSOLE = "115200 ttymxc0"
 SERIAL_CONSOLE_mxs = "115200 ttyAMA0"