diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-21 18:05:27 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-24 11:18:34 -0300 |
commit | 5d708c03d34ebbb953e8d6d1b39310224c972f46 (patch) | |
tree | a01ee0e1cbd44e8f85cb2be0b2e25a85747e0b60 /conf/machine | |
parent | 62bc7a2816a37c3cb74ad1176f3562f124253c3b (diff) | |
download | meta-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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/imx8dxl-evk.conf | 3 |
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 | ||
37 | ATF_PLATFORM = "imx8dxl" | ||
38 | IMX_BOOT_SOC_TARGET = "iMX8DXL" | ||
39 | |||
37 | UBOOT_MAKE_TARGET = "all" | 40 | UBOOT_MAKE_TARGET = "all" |
38 | SPL_BINARY = "spl/u-boot-spl.bin" | 41 | SPL_BINARY = "spl/u-boot-spl.bin" |
39 | 42 | ||