diff options
author | Anshul Dalal <anshuld@ti.com> | 2025-06-26 15:21:43 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-26 09:05:46 -0500 |
commit | af9c3289ace214ad052a33488bc4cf808b1768ea (patch) | |
tree | 0a6de1290705e2a9866aee8b7af4dd6d0f9555bb | |
parent | 266610c6f3b2c41fe6629ec24db11a709a8edba7 (diff) | |
download | meta-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.conf | 4 |
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 | ||
28 | FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb" | 28 | FIT_CONF_DEFAULT_DTB = "ti/k3-am6254xxl-sk.dtb" |
29 | FIT_CONF_DEFAULT_DTB:bsp-ti-6_6 = "ti/k3-am625-sk.dtb" | ||
30 | FIT_CONF_DEFAULT_DTB:bsp-ti-6_1 = "ti/k3-am625-sk.dtb" | ||
29 | 31 | ||
30 | UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" | 32 | UBOOT_MACHINE = "am6254xxl_evm_a53_defconfig" |
31 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" | 33 | UBOOT_MACHINE:bsp-ti-6_6 = "am62xsip_evm_a53_defconfig" |