From 272390d0f6183ebab4d7fa81c689a35a125aebc6 Mon Sep 17 00:00:00 2001 From: Anshul Dalal Date: Thu, 3 Jul 2025 14:25:41 +0530 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 4 ++-- 1 file 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 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" @@ -374,7 +374,7 @@ do_deploy:append:am62pxx() { } do_install:append:ti-falcon() { - install -m 0644 ${B}/tispl_falcon.bin ${D}/boot + install -m 0644 ${B}/tifalcon.bin ${D}/boot } FALCON_PKG = "" -- cgit v1.2.3-54-g00ecf