summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-09-16 11:33:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-09-16 11:33:24 +0200
commit2d6f8d225e636cfb6419054424999e4ffd738de6 (patch)
tree90efacd10dc5b588ce104395f3a194fb46b78690 /scripts
parentc4b37f07e1a9cbf70bc66020819de3143f3b0699 (diff)
downloadptxdist-2d6f8d225e636cfb6419054424999e4ffd738de6.tar.gz
ptxdist-2d6f8d225e636cfb6419054424999e4ffd738de6.tar.xz
ptxd_make_dts_dtb: use local variables
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_dts_dtc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_dts_dtc.sh b/scripts/lib/ptxd_make_dts_dtc.sh
index 2b4a2cc95..85bd9af2f 100644
--- a/scripts/lib/ptxd_make_dts_dtc.sh
+++ b/scripts/lib/ptxd_make_dts_dtc.sh
@@ -9,7 +9,7 @@
#
ptxd_make_dts_dtb() {
- local dts tmp_dts deps tmp_deps
+ local dts tmp_dts deps tmp_deps dtc_include no_linemarker
case "${dts_dts}" in
/*)