1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

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>
This commit is contained in:
Anshul Dalal
2025-07-03 14:25:41 +05:30
committed by Ryan Eatmon
parent 5bbe22181f
commit ae4ef66253
+2 -2
View File
@@ -14,7 +14,7 @@ require u-boot-mergeconfig.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:" FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot:"
FILES:${PN}-falcon = "boot/tispl_falcon.bin" FILES:${PN}-falcon = "boot/tifalcon.bin"
SUMMARY = "u-boot bootloader for TI devices" SUMMARY = "u-boot bootloader for TI devices"
@@ -372,7 +372,7 @@ do_deploy:append:am62pxx() {
} }
do_install:append:ti-falcon() { do_install:append:ti-falcon() {
install -m 0644 ${B}/tispl_falcon.bin ${D}/boot install -m 0644 ${B}/tifalcon.bin ${D}/boot
} }
FALCON_PKG = "" FALCON_PKG = ""