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-10 11:26:56 -0500
commit272390d0f6183ebab4d7fa81c689a35a125aebc6 (patch)
treeca33dcf09d713859d5441fd7fc62ebdad3053e6c
parenta51c2b5abdafcfe66cc052cb9ee2411018c5c752 (diff)
downloadmeta-ti-272390d0f6183ebab4d7fa81c689a35a125aebc6.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 f9f7d16d..02cfe379 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
@@ -374,7 +374,7 @@ do_deploy:append:am62pxx() {
374} 374}
375 375
376do_install:append:ti-falcon() { 376do_install:append:ti-falcon() {
377 install -m 0644 ${B}/tispl_falcon.bin ${D}/boot 377 install -m 0644 ${B}/tifalcon.bin ${D}/boot
378} 378}
379 379
380FALCON_PKG = "" 380FALCON_PKG = ""