From 6093fd4107de65422561b162c8175336bff81ee9 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 21 Mar 2021 18:05:27 -0300 Subject: 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 --- conf/machine/imx8dxl-evk.conf | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3-54-g00ecf