diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-05-21 08:59:26 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-05-21 11:27:49 -0300 |
commit | 2d4781c431a4ec171dbe260290afda86f572d708 (patch) | |
tree | 32e1f2941cb709806b5996f56927dd8603a2e43b /conf | |
parent | 70488c4a04e6614772d869805d1c347dfc859422 (diff) | |
download | meta-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.conf | 4 |
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 | |||
10 | KERNEL_DEVICETREE_BASENAME = "${MACHINE}" | 10 | KERNEL_DEVICETREE_BASENAME = "${MACHINE}" |
11 | 11 | ||
12 | UBOOT_CONFIG_BASENAME = "imx8dx_mek" | 12 | UBOOT_CONFIG_BASENAME = "imx8dx_mek" |
13 | |||
14 | ATF_PLATFORM = "imx8dx" | ||
15 | |||
16 | IMX_BOOT_SOC_TARGET = "iMX8DX" | ||