[meta-xilinx] [PATCH v3 9/12] arm-trusted-firmware.inc: Deploy atf-uboot.ub

Nathan Rossi nathan at nathanrossi.com
Tue Nov 14 05:15:23 PST 2017


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 <nathan at 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





More information about the meta-xilinx mailing list