summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
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:24:05 -0500
commiteef612216b5582eefd77f3a3c938b7ccc6cfbae0 (patch)
treec23f6c39dc9380d3c41f828c1f94ab5b14a8d837 /meta-ti-bsp/conf/machine
parentfed863af4c18e9af7d315ac852222dced103b09f (diff)
downloadmeta-ti-eef612216b5582eefd77f3a3c938b7ccc6cfbae0.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>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-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"