diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-12-11 11:10:17 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-12-19 09:57:39 -0600 |
| commit | 48de7dc6a40cf4b5ffa6bba4dfaedf287118001b (patch) | |
| tree | ad55e2821a16ac56e2967a61ddd74b38f4917b7b /meta-ti-bsp | |
| parent | 8267e14677d0f03a708c296da89d30c561c7e407 (diff) | |
| download | meta-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.conf | 1 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 2 |
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 | ||
| 7 | UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig" | 7 | UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig" |
| 8 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig" | 8 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig" |
| 9 | UBOOT_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 | ||
| 25 | FIT_CONF_DEFAULT_DTB = "k3-am6254xxl-sk.dtb" | 25 | FIT_CONF_DEFAULT_DTB = "k3-am6254xxl-sk.dtb" |
| 26 | FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "k3-am625-sk.dtb" | 26 | FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "k3-am625-sk.dtb" |
| 27 | FIT_CONF_DEFAULT_DTB:bsp-ti-6_18 = "k3-am6254atl-sk.dtb" | ||
| 27 | 28 | ||
| 28 | UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" | 29 | UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" |
| 29 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" | 30 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" |
| 31 | UBOOT_MACHINE:bsp-ti-6_18 = "am6254atl_evm_a53_defconfig" | ||
