From: Tom Hochstein Date: Fri, 21 May 2021 13:59:26 +0000 (-0500) Subject: imx8dx-mek: Fix ATF_PLATFORM and IMX_BOOT_SOC_TARGET X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d56321aadc2d560c31cf737cd21c2cd7eeb10c0a;p=meta-freescale.git imx8dx-mek: Fix ATF_PLATFORM and IMX_BOOT_SOC_TARGET 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 (cherry picked from commit 2d4781c431a4ec171dbe260290afda86f572d708) --- diff --git a/conf/machine/imx8dx-mek.conf b/conf/machine/imx8dx-mek.conf index 842ba1fa..d1aaa8ee 100644 --- a/conf/machine/imx8dx-mek.conf +++ b/conf/machine/imx8dx-mek.conf @@ -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"