summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-06-26 15:21:43 +0530
committerRyan Eatmon <reatmon@ti.com>2025-06-26 09:05:46 -0500
commitaf9c3289ace214ad052a33488bc4cf808b1768ea (patch)
tree0a6de1290705e2a9866aee8b7af4dd6d0f9555bb
parent266610c6f3b2c41fe6629ec24db11a709a8edba7 (diff)
downloadmeta-ti-af9c3289ace214ad052a33488bc4cf808b1768ea.tar.gz
conf: machine: am62xxsip: update kernel dtbs
The new kernel dtb for am62x SiP have been merged to ti-linux-kernel as of f9579207b081 ("arm64: dts: ti: Add support for AM6254xxl SiP SK") on ti-linux-6.12.y-cicd. This patch modifies FIT_CONF_DEFAULT_DTB to pick the new dtb instead. Signed-off-by: Anshul Dalal <anshuld@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index 52121675..a506385e 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -25,7 +25,9 @@ KERNEL_DEVICETREE = " \
25 ti/k3-am625-sk.dtb \ 25 ti/k3-am625-sk.dtb \
26" 26"
27 27
28FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb" 28FIT_CONF_DEFAULT_DTB = "ti/k3-am6254xxl-sk.dtb"
29FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "ti/k3-am625-sk.dtb"
30FIT_CONF_DEFAULT_DTB:bsp-ti-6_1 = "ti/k3-am625-sk.dtb"
29 31
30UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" 32UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig"
31UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" 33UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig"