diff options
| author | Anshul Dalal <anshuld@ti.com> | 2025-06-26 15:21:43 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-27 09:36:54 -0500 |
| commit | c60597a29e82af04ad38e1eee1b6e12590996666 (patch) | |
| tree | 77a7c23862b64e4091c2956aec0244daf129d07f | |
| parent | 7190aedc39aa9404f87a54c1c9059a9199492b73 (diff) | |
| download | meta-ti-c60597a29e82af04ad38e1eee1b6e12590996666.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" |
