summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-07-03 14:25:41 +0530
committerRyan Eatmon <reatmon@ti.com>2025-07-12 10:15:31 -0500
commitae4ef662538caaae1d4cb0d305dbe81a0a7ae1be (patch)
tree1547178ab06c65f0ebc794ac2ebf4b19b48eef17
parent5bbe22181f3a62039171e9aa1898780f5a5b75b1 (diff)
downloadmeta-ti-ae4ef662538caaae1d4cb0d305dbe81a0a7ae1be.tar.gz
meta-ti-bsp: u-boot: change tispl_falcon to tifalcon
The payload containing ATF, OP-TEE and DM in falcon mode was renamed from 'tispl_falcon.bin' to 'tifalcon.bin' when adapting upstream patches to ti-u-boot[1]. Therefore this patch fixes the same in meta-ti. [1]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/configs/k3_r5_falcon.config?h=ti-u-boot-2025.01-next#n36 Signed-off-by: Anshul Dalal <anshuld@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 642bb6cd..669db413 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -14,7 +14,7 @@ require u-boot-mergeconfig.inc
14 14
15FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:" 15FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:"
16 16
17FILES:${PN}-falcon = "boot/tispl_falcon.bin" 17FILES:${PN}-falcon = "boot/tifalcon.bin"
18 18
19SUMMARY = "u-boot bootloader for TI devices" 19SUMMARY = "u-boot bootloader for TI devices"
20 20
@@ -372,7 +372,7 @@ do_deploy:append:am62pxx() {
372} 372}
373 373
374do_install:append:ti-falcon() { 374do_install:append:ti-falcon() {
375 install -m 0644 ${B}/tispl_falcon.bin ${D}/boot 375 install -m 0644 ${B}/tifalcon.bin ${D}/boot
376} 376}
377 377
378FALCON_PKG = "" 378FALCON_PKG = ""