1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

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-03 14:25:40 +05:30
committed by Ryan Eatmon
parent eaa6778b48
commit 5bbe22181f
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"