From 70488c4a04e6614772d869805d1c347dfc859422 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 21 May 2021 08:56:47 -0500 Subject: 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 --- conf/machine/imx8qxp-mek.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/imx8qxp-mek.conf') diff --git a/conf/machine/imx8qxp-mek.conf b/conf/machine/imx8qxp-mek.conf index fe0f67276..5b29138fc 100644 --- a/conf/machine/imx8qxp-mek.conf +++ b/conf/machine/imx8qxp-mek.conf @@ -24,3 +24,7 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \ " UBOOT_CONFIG_BASENAME = "imx8qxp_mek" + +ATF_PLATFORM = "imx8qx" + +IMX_BOOT_SOC_TARGET = "iMX8QX" -- cgit v1.2.3-54-g00ecf