From: Otavio Salvador Date: Sun, 21 Mar 2021 21:05:27 +0000 (-0300) Subject: imx8dxl-evk: Set ATF_PLATFORM and IMX_BOOT_SOC_TARGET X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6093fd4107de65422561b162c8175336bff81ee9;p=meta-freescale.git imx8dxl-evk: Set ATF_PLATFORM and IMX_BOOT_SOC_TARGET This sets the required variables so the target is buildable. Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/imx8dxl-evk.conf b/conf/machine/imx8dxl-evk.conf index c0427314..84ab5315 100644 --- a/conf/machine/imx8dxl-evk.conf +++ b/conf/machine/imx8dxl-evk.conf @@ -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"