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 14:59:25 -0500
commite074bdb319b3b1705b4e1ddc1b08b4a9a486daa9 (patch)
tree82d6ef13831f2f9aa2b0c165a78d02b059c33fc3
parent8ef18d1d033126c4f9eaf76aeb267cae47bd58da (diff)
downloadmeta-ti-e074bdb319b3b1705b4e1ddc1b08b4a9a486daa9.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