summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qxp-mek.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-05-21 08:56:47 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-21 11:27:49 -0300
commit70488c4a04e6614772d869805d1c347dfc859422 (patch)
treecedc822294e5d27978702bd6f6ec576d7f528720 /conf/machine/imx8qxp-mek.conf
parent4a61fdbd50e6200239dcb0b936bb37acaab2b9e0 (diff)
downloadmeta-freescale-70488c4a04e6614772d869805d1c347dfc859422.tar.gz
imx8qxp-mek: Move ATF_PLATFORM and IMX_BOOT_SOC_TARGET
The values of ATF_PLATFORM and IMX_BOOT_SOC_TARGET are not shared by imx8dx-mek, so move them out of imx8x-mek.inc and into the machine config file itself. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx8qxp-mek.conf')
-rw-r--r--conf/machine/imx8qxp-mek.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/imx8qxp-mek.conf b/conf/machine/imx8qxp-mek.conf
index fe0f6727..5b29138f 100644
--- a/conf/machine/imx8qxp-mek.conf
+++ b/conf/machine/imx8qxp-mek.conf
@@ -24,3 +24,7 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \
24" 24"
25 25
26UBOOT_CONFIG_BASENAME = "imx8qxp_mek" 26UBOOT_CONFIG_BASENAME = "imx8qxp_mek"
27
28ATF_PLATFORM = "imx8qx"
29
30IMX_BOOT_SOC_TARGET = "iMX8QX"