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"