diff options
author | Anshul Dalal <anshuld@ti.com> | 2025-07-03 14:25:41 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-10 11:26:56 -0500 |
commit | 272390d0f6183ebab4d7fa81c689a35a125aebc6 (patch) | |
tree | ca33dcf09d713859d5441fd7fc62ebdad3053e6c | |
parent | a51c2b5abdafcfe66cc052cb9ee2411018c5c752 (diff) | |
download | meta-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.inc | 4 |
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 | ||
15 | FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:" | 15 | FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:" |
16 | 16 | ||
17 | FILES:${PN}-falcon = "boot/tispl_falcon.bin" | 17 | FILES:${PN}-falcon = "boot/tifalcon.bin" |
18 | 18 | ||
19 | SUMMARY = "u-boot bootloader for TI devices" | 19 | SUMMARY = "u-boot bootloader for TI devices" |
20 | 20 | ||
@@ -374,7 +374,7 @@ do_deploy:append:am62pxx() { | |||
374 | } | 374 | } |
375 | 375 | ||
376 | do_install:append:ti-falcon() { | 376 | do_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 | ||
380 | FALCON_PKG = "" | 380 | FALCON_PKG = "" |