diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-03-11 11:15:25 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-11 11:26:39 -0500 |
commit | 2a081fd3b604aaf0499021bcd41f1b455cdbbabf (patch) | |
tree | 474b65a37dbaf18fb7fd4c57cfdc67c010630bd2 | |
parent | 808286bb0da01f63d123a74e42d45b6e16ee8740 (diff) | |
download | meta-ti-2a081fd3b604aaf0499021bcd41f1b455cdbbabf.tar.gz |
conf: machine: j721e: Fix overlays for DS90UB954
The previous commit incorrectly added the k3-j721e-evm-ub954.dtbo to
the KERNEL_DEVICETREE and it was missed during a quick review.
The correct way to add dtbs is to add a prefix string to the
KERNEL_DEVICETREE_PREFIX variable so that all files that match the
string will be picked up. This allows for multiple kernels to be
swapped out that may have different DTBs in their respective trees and
not break a build.
The upstream testing on the kernel will automatically update the
KERNEL_DEVICETREE variable when the final kernel version is available.
That way the KERNEL_DEVICETREE always points to what is available in the
mainline.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/j721e-evm.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/j721e-evm.conf b/meta-ti-bsp/conf/machine/j721e-evm.conf index d216bbe2..b0b2a5b6 100644 --- a/meta-ti-bsp/conf/machine/j721e-evm.conf +++ b/meta-ti-bsp/conf/machine/j721e-evm.conf | |||
@@ -19,7 +19,6 @@ KERNEL_DEVICETREE = " \ | |||
19 | ti/k3-j721e-evm-quad-port-eth-exp.dtbo \ | 19 | ti/k3-j721e-evm-quad-port-eth-exp.dtbo \ |
20 | ti/k3-j721e-sk-csi2-dual-imx219.dtbo \ | 20 | ti/k3-j721e-sk-csi2-dual-imx219.dtbo \ |
21 | ti/k3-j721e-sk.dtb \ | 21 | ti/k3-j721e-sk.dtb \ |
22 | ti/k3-j721e-evm-ub954.dtbo \ | ||
23 | " | 22 | " |
24 | 23 | ||
25 | UBOOT_MACHINE = "j721e_evm_a72_config" | 24 | UBOOT_MACHINE = "j721e_evm_a72_config" |