summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-07-03 14:25:40 +0530
committerRyan Eatmon <reatmon@ti.com>2025-07-12 10:15:31 -0500
commit5bbe22181f3a62039171e9aa1898780f5a5b75b1 (patch)
tree6594a943430b708621fbd68727ce9143296a3711
parenteaa6778b484960fe50c1acd34f02fe01a77d8ad5 (diff)
downloadmeta-ti-5bbe22181f3a62039171e9aa1898780f5a5b75b1.tar.gz
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>
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf2
4 files changed, 4 insertions, 4 deletions
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"
10 10
11UBOOT_MACHINE = "am62ax_evm_r5_defconfig" 11UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
12 12
13UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" 13UBOOT_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"
11 11
12UBOOT_MACHINE = "am62px_evm_r5_defconfig" 12UBOOT_MACHINE = "am62px_evm_r5_defconfig"
13 13
14UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" 14UBOOT_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"
11 11
12UBOOT_MACHINE = "am62x_evm_r5_defconfig" 12UBOOT_MACHINE = "am62x_evm_r5_defconfig"
13 13
14UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" 14UBOOT_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"
11 11
12UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" 12UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
13 13
14UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" 14UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"