]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8dx-mek: Fix ATF_PLATFORM and IMX_BOOT_SOC_TARGET
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 21 May 2021 13:59:26 +0000 (08:59 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 21 May 2021 14:33:20 +0000 (11:33 -0300)
The values for ATF_PLATFORM and IMX_BOOT_SOC_TARGET need to be set
in the machine config file directly, as they are not shared with
imx8qxp-mek and are now removed from the include file.

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

conf/machine/imx8dx-mek.conf

index 842ba1fa0a865734e1d25d128c5dc47cb7758382..d1aaa8eee0fc2f2e6120787e89edd35b4e4a1a59 100644 (file)
@@ -10,3 +10,7 @@ require include/imx8x-mek.inc
 KERNEL_DEVICETREE_BASENAME = "${MACHINE}"
 
 UBOOT_CONFIG_BASENAME = "imx8dx_mek"
+
+ATF_PLATFORM = "imx8dx"
+
+IMX_BOOT_SOC_TARGET = "iMX8DX"