This is the default name that U-Boot SPL uses to load ATF from, so it
makes sense to deploy this by default instead of forcing all machines to
define IMAGE_BOOT_FILES with a rename.

Signed-off-by: Nathan Rossi <nat...@nathanrossi.com>
---
Changes in v3:
 * NEW
---
 recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc 
b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc
index cb7ee3e99f..3ae03cbe26 100644
--- a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc
+++ b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc
@@ -59,5 +59,6 @@ do_deploy() {
                -a $BL31_BASE_ADDR -e $BL31_BASE_ADDR \
                -d ${OUTPUT_DIR}/bl31.bin ${DEPLOYDIR}/${ATF_BASE_NAME}.ub
        ln -sf ${ATF_BASE_NAME}.ub ${DEPLOYDIR}/${PN}.ub
+       ln -sf ${ATF_BASE_NAME}.ub ${DEPLOYDIR}/atf-uboot.ub
 }
 addtask deploy before do_build after do_compile
-- 
2.15.0


-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to