summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAradhya Bhatia <a-bhatia1@ti.com>2023-05-05 14:08:24 +0530
committerRyan Eatmon <reatmon@ti.com>2023-05-08 15:23:35 -0500
commit8cf212808594e4dc1c9f3b67e0890b204c5b41b1 (patch)
tree9b0184487dbc2c39a40dab5e107c47b3d4529d34
parent31eb1aa2b7a437d90c1bc525afcf5603fa884650 (diff)
downloadmeta-ti-8cf212808594e4dc1c9f3b67e0890b204c5b41b1.tar.gz
meta-ti: conf: am62xx-lp-evm: Fix DT and DT prefixes
The DT name k3-am62-lp-sk.dts was adopted instead of k3-am62x-lp-sk.dts because the community prefers avoiding the wildcard letter 'x'.[1] Drop the letter 'x' from the strings in KERNEL_DEVICETREE_PREFIX and KERNEL_DEVICETREE to accurately reflect the DT names. Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com> [1]: https://lore.kernel.org/all/06cbcd7d-bc83-bfeb-0821-72c7caf9a5e7@linaro.org/ Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index ba1a12a7..ce306a2a 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -5,12 +5,12 @@
5require conf/machine/include/am62xx-lp.inc 5require conf/machine/include/am62xx-lp.inc
6 6
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62x-lp \ 8 ti/k3-am62-lp \
9 ti/k3-am625-sk \ 9 ti/k3-am625-sk \
10" 10"
11 11
12KERNEL_DEVICETREE = " \ 12KERNEL_DEVICETREE = " \
13 ti/k3-am62x-lp-sk.dtb \ 13 ti/k3-am62-lp-sk.dtb \
14" 14"
15 15
16SPL_BINARY = "tispl.bin_HS" 16SPL_BINARY = "tispl.bin_HS"