conf: machine: update config fragment for ti-falcon

The U-Boot config fragment used to enable falcon mode was renamed from
'am62x_r5_falcon.config' to the more generic 'k3_r5_falcon.config' when
adapting upstream patches to ti-u-boot[1].

Therefore this patch fixes the same in meta-ti.

[1]: 90d2e960b4c at ti-u-boot-2025.01-next

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-10 11:26:56 -05:00
committed by Ryan Eatmon
parent 9601219021
commit a51c2b5abd
4 changed files with 4 additions and 4 deletions
@@ -10,4 +10,4 @@ SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
@@ -11,4 +11,4 @@ SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62px_evm_r5_defconfig"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
@@ -11,4 +11,4 @@ SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62x_evm_r5_defconfig"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
@@ -11,4 +11,4 @@ SYSFW_SUFFIX = "hs-fs"
UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config"
UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"