summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-12-11 11:10:17 -0600
committerRyan Eatmon <reatmon@ti.com>2025-12-19 09:57:39 -0600
commit48de7dc6a40cf4b5ffa6bba4dfaedf287118001b (patch)
treead55e2821a16ac56e2967a61ddd74b38f4917b7b /meta-ti-bsp
parent8267e14677d0f03a708c296da89d30c561c7e407 (diff)
downloadmeta-ti-48de7dc6a40cf4b5ffa6bba4dfaedf287118001b.tar.gz
am62xxsip-evm: Update for 6.18 and 2026.01
The name of the u-boot defconfig changed when it was upstreamed into 2026.01, and the name of the dtb changed to k3-am6254atl-sk.dtb in the kernel. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf2
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
index c20b9619..39d63817 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -6,3 +6,4 @@ require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig" 7UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig"
8UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig" 8UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig"
9UBOOT_MACHINE:bsp-ti-6_18 = "am6254atl_evm_r5_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index c5a3a92d..252a0380 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -24,6 +24,8 @@ KERNEL_DEVICETREE = " \
24 24
25FIT_CONF_DEFAULT_DTB = "k3-am6254xxl-sk.dtb" 25FIT_CONF_DEFAULT_DTB = "k3-am6254xxl-sk.dtb"
26FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "k3-am625-sk.dtb" 26FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "k3-am625-sk.dtb"
27FIT_CONF_DEFAULT_DTB:bsp-ti-6_18 = "k3-am6254atl-sk.dtb"
27 28
28UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" 29UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig"
29UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" 30UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig"
31UBOOT_MACHINE:bsp-ti-6_18 = "am6254atl_evm_a53_defconfig"