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-24 11:18:34 -0300
commit5d708c03d34ebbb953e8d6d1b39310224c972f46 (patch)
treea01ee0e1cbd44e8f85cb2be0b2e25a85747e0b60
parent62bc7a2816a37c3cb74ad1176f3562f124253c3b (diff)
downloadmeta-freescale-5d708c03d34ebbb953e8d6d1b39310224c972f46.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