diff options
author | Anshul Dalal <anshuld@ti.com> | 2025-07-03 14:25:40 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 10:15:31 -0500 |
commit | 5bbe22181f3a62039171e9aa1898780f5a5b75b1 (patch) | |
tree | 6594a943430b708621fbd68727ce9143296a3711 | |
parent | eaa6778b484960fe50c1acd34f02fe01a77d8ad5 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 2 |
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 | ||
11 | UBOOT_MACHINE = "am62ax_evm_r5_defconfig" | 11 | UBOOT_MACHINE = "am62ax_evm_r5_defconfig" |
12 | 12 | ||
13 | UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" | 13 | 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" | |||
11 | 11 | ||
12 | UBOOT_MACHINE = "am62px_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "am62px_evm_r5_defconfig" |
13 | 13 | ||
14 | UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" | 14 | 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" | |||
11 | 11 | ||
12 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" |
13 | 13 | ||
14 | UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" | 14 | 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" | |||
11 | 11 | ||
12 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" | 12 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" |
13 | 13 | ||
14 | UBOOT_CONFIG_FRAGMENTS:ti-falcon = "am62x_r5_falcon.config" | 14 | UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" |