summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-03-21 18:05:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-21 18:55:36 -0300
commit6093fd4107de65422561b162c8175336bff81ee9 (patch)
tree91f30f84f32e9d8141016e331e1863c43dac95f1
parent4239437755d2eb32e2b93d13880a3f034decb5da (diff)
downloadmeta-freescale-6093fd4107de65422561b162c8175336bff81ee9.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx8dxl-evk.conf3
1 files changed, 3 insertions, 0 deletions
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 = " \
34 freescale/imx8dxl-evk-rpmsg.dtb \ 34 freescale/imx8dxl-evk-rpmsg.dtb \
35" 35"
36 36
37ATF_PLATFORM = "imx8dxl"
38IMX_BOOT_SOC_TARGET = "iMX8DXL"
39
37UBOOT_MAKE_TARGET = "all" 40UBOOT_MAKE_TARGET = "all"
38SPL_BINARY = "spl/u-boot-spl.bin" 41SPL_BINARY = "spl/u-boot-spl.bin"
39 42