]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8dxl-evk: Set ATF_PLATFORM and IMX_BOOT_SOC_TARGET
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 21 Mar 2021 21:05:27 +0000 (18:05 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 21 Mar 2021 21:55:36 +0000 (18:55 -0300)
This sets the required variables so the target is buildable.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx8dxl-evk.conf

index c04273147b903b65fea474077e6a921c705304a8..84ab5315642a40f17be523fd016967ff4afdba54 100644 (file)
@@ -34,6 +34,9 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \
     freescale/imx8dxl-evk-rpmsg.dtb \
 "
 
+ATF_PLATFORM = "imx8dxl"
+IMX_BOOT_SOC_TARGET = "iMX8DXL"
+
 UBOOT_MAKE_TARGET = "all"
 SPL_BINARY = "spl/u-boot-spl.bin"