summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-05-21 08:59:26 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-21 11:27:49 -0300
commit2d4781c431a4ec171dbe260290afda86f572d708 (patch)
tree32e1f2941cb709806b5996f56927dd8603a2e43b /conf
parent70488c4a04e6614772d869805d1c347dfc859422 (diff)
downloadmeta-freescale-2d4781c431a4ec171dbe260290afda86f572d708.tar.gz
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 <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8dx-mek.conf4
1 files changed, 4 insertions, 0 deletions
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
10KERNEL_DEVICETREE_BASENAME = "${MACHINE}" 10KERNEL_DEVICETREE_BASENAME = "${MACHINE}"
11 11
12UBOOT_CONFIG_BASENAME = "imx8dx_mek" 12UBOOT_CONFIG_BASENAME = "imx8dx_mek"
13
14ATF_PLATFORM = "imx8dx"
15
16IMX_BOOT_SOC_TARGET = "iMX8DX"