From 2d4781c431a4ec171dbe260290afda86f572d708 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 21 May 2021 08:59:26 -0500 Subject: 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 --- conf/machine/imx8dx-mek.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3-54-g00ecf