summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-01-12 09:48:42 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-20 13:13:40 -0600
commit85c3cc60bea8bae345c22eda82fc81d5cc9bcbc1 (patch)
tree83ffe2e1dbd15c2848edb497c7930329fe3ecd3e /meta-ti-bsp/conf/machine
parentfc26d5dc11e24ba44afe8cbd9fa7639631b3d209 (diff)
downloadmeta-ti-85c3cc60bea8bae345c22eda82fc81d5cc9bcbc1.tar.gz
u-boot: Adapt to upstream change to UBOOT_CONFIG flow
A recent change to the UBOOT_CONFIG flow in oe-core [1], introduced support for UBOOT_FRAGMENTS. We need to stop using our internal UBOOT_CONFIG_FRAGMENTS and start using the new UBOOT_FRAGMENTS. [1] https://git.openembedded.org/openembedded-core/commit/?id=cd9e7304481b24b27df61c03ad73496d18e4d47c Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-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/am62pxx-evm.conf4
-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
5 files changed, 6 insertions, 6 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
index e02e10ed..30c7ea7e 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf
@@ -6,4 +6,4 @@ require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "am62ax_evm_r5_defconfig" 7UBOOT_MACHINE = "am62ax_evm_r5_defconfig"
8 8
9UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" 9UBOOT_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 44744c46..27cc7c40 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf
@@ -6,4 +6,4 @@ require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "am62px_evm_r5_defconfig" 7UBOOT_MACHINE = "am62px_evm_r5_defconfig"
8 8
9UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" 9UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
index fd5f269a..4bebe510 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
@@ -25,9 +25,9 @@ FIT_CONF_DEFAULT_DTB = "k3-am62p5-sk.dtb"
25 25
26UBOOT_MACHINE = "am62px_evm_a53_defconfig" 26UBOOT_MACHINE = "am62px_evm_a53_defconfig"
27 27
28# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 28# UBOOT_FRAGMENTS holds the list of u-boot config fragments which has to be build
29# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc 29# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
30# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 30# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
31# For AM62P tisdk-display-cluster image, splash screen is handled by SBL. 31# For AM62P tisdk-display-cluster image, splash screen is handled by SBL.
32# Hence, disable the A53 based splash screen using the am62x_evm_prune_splashscreen.config fragment present in ti-u-boot tree 32# Hence, disable the A53 based splash screen using the am62x_evm_prune_splashscreen.config fragment present in ti-u-boot tree
33UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62x_evm_prune_splashscreen.config', '', d)}" 33UBOOT_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62x_evm_prune_splashscreen.config', '', d)}"
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
index 1665f586..e8d7fd05 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf
@@ -6,4 +6,4 @@ require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "am62x_evm_r5_defconfig" 7UBOOT_MACHINE = "am62x_evm_r5_defconfig"
8 8
9UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" 9UBOOT_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 8319ae19..8ae4af36 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf
@@ -6,4 +6,4 @@ require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" 7UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
8 8
9UBOOT_CONFIG_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" 9UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config"