summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62axx-evm.conf
diff options
context:
space:
mode:
authorJai Luthra <j-luthra@ti.com>2023-05-16 11:24:11 +0530
committerRyan Eatmon <reatmon@ti.com>2023-05-18 14:50:05 -0500
commit507ff12202be8ac5f08dd4b42115c9b4b83a4757 (patch)
tree169a3069c32694523e9f5ea004f32c4d159eac7c /meta-ti-bsp/conf/machine/am62axx-evm.conf
parentb2cf11414a8f06cf92534c5317460fd9b5f98596 (diff)
downloadmeta-ti-507ff12202be8ac5f08dd4b42115c9b4b83a4757.tar.gz
conf: machine: am62axx: Use generic fpdlink prefix
The FPDLink overlays are platform-agnostic, and have been renamed to match that in the tiL6.1 kernel [1]. So use the generic k3-fpdlink prefix to pick the overlays in the builds. [1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/Makefile?id=13ef48e91#n62 Signed-off-by: Jai Luthra <j-luthra@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62axx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index 691a074b..d48109ae 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/am62axx.inc
6 6
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62a7 \ 8 ti/k3-am62a7 \
9 ti/k3-j721e-fpdlink \ 9 ti/k3-fpdlink \
10" 10"
11 11
12KERNEL_DEVICETREE = " \ 12KERNEL_DEVICETREE = " \