summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-30 08:41:18 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-30 08:45:14 -0500
commitf8e4272d7ee5dd793c4f79ba1ecc8eaee8aff05b (patch)
treef3e64a1e9747b3aba82c8d0c4b041df7561818ae
parent2666cedb6ce78deca645f6bdc7d9fa80521b2452 (diff)
downloadmeta-ti-f8e4272d7ee5dd793c4f79ba1ecc8eaee8aff05b.tar.gz
conf: machine: j784s4-evm: Add k3-am69-sk dtb back in
Currently, the 6.1 kernel is the default. Removing the k3-am69-sk dtb file only applies to the 6.6 kernel. Restoring this entry so that current builds work until such time as the 6.1 kernel is removed from the recipes. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf
index 6573e5c5..e451bf47 100644
--- a/meta-ti-bsp/conf/machine/j784s4-evm.conf
+++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf
@@ -11,6 +11,7 @@ KERNEL_DEVICETREE_PREFIX = " \
11 ti/k3-j784s4 \ 11 ti/k3-j784s4 \
12 ti/k3-fpdlink \ 12 ti/k3-fpdlink \
13 ti/k3-j7200-evm-mcspi-loopback \ 13 ti/k3-j7200-evm-mcspi-loopback \
14 ti/k3-am69-sk \
14 ti/k3-v3link \ 15 ti/k3-v3link \
15" 16"
16 17