summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-07-31 16:12:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-21 17:03:28 +0200
commit4f058f4c37fa9fb1465a77757a35c48e5e4a9179 (patch)
treecf63bd8911c73b5cc06e28184c388138ec28046c /platforms
parent29be59e662938f91a82bad60d927e333504d1751 (diff)
downloadptxdist-4f058f4c37fa9fb1465a77757a35c48e5e4a9179.tar.gz
ptxdist-4f058f4c37fa9fb1465a77757a35c48e5e4a9179.tar.xz
dtc: support layers in DTC_OFTREE_DTS_PATH by default
PTXDIST_PLATFORMCONFIG_SUBDIR is a relative path and will be searched in all layers. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/dtc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/dtc.in b/platforms/dtc.in
index 4319b725e..a1a8a2a8f 100644
--- a/platforms/dtc.in
+++ b/platforms/dtc.in
@@ -21,7 +21,7 @@ config DTC_INSTALL_OFTREE
config DTC_OFTREE_DTS_PATH
string "path to source dts file"
- default "${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}/arch/${PTXCONF_KERNEL_ARCH_STRING}/boot/dts"
+ default "${PTXDIST_PLATFORMCONFIG_SUBDIR}/dts:${KERNEL_DIR}/arch/${PTXCONF_KERNEL_ARCH_STRING}/boot/dts"
help
Define path to the dts source file. Multiple directories can be
specified separated by ':'.