| Message ID | 20251211202234.4064350-4-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master,v2,1/5] linux-ti-staging: Add initial 6.18 recipes for LTS development | expand |
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 UBOOT_MACHINE = "am6254xxl_evm_r5_defconfig" UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_r5_defconfig" +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 = " \ FIT_CONF_DEFAULT_DTB = "k3-am6254xxl-sk.dtb" FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "k3-am625-sk.dtb" +FIT_CONF_DEFAULT_DTB:bsp-ti-6_18 = "k3-am6254atl-sk.dtb" UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" +UBOOT_MACHINE:bsp-ti-6_18 = "am6254atl_evm_a53_defconfig"
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> --- v2: New commit. meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 1 + meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 2 ++ 2 files changed, 3 insertions(+)