diff mbox series

[meta-ti,master/scarthgap,v1,1/2] conf: machine: update config fragment for ti-falcon

Message ID 20250703085542.3246605-1-anshuld@ti.com
State New
Headers show
Series [meta-ti,master/scarthgap,v1,1/2] conf: machine: update config fragment for ti-falcon | expand

Commit Message

Anshul Dalal July 3, 2025, 8:55 a.m. UTC
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>
---
 meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf   | 2 +-
 meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf   | 2 +-
 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf    | 2 +-
 meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
index ab14feef..7abe706e 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
@@ -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"
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
index 849d6625..28378209 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
@@ -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"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
index a624a35d..5c5b133f 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
@@ -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"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
index 851935db..7203ebf7 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
@@ -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"