summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_lib_template.sh')
-rw-r--r--scripts/lib/ptxd_lib_template.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index a75c775a5..ecc2d9a19 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -512,6 +512,7 @@ ptxd_template_new_kernel() {
export class="kernel-"
ptxd_template_read_basic &&
ptxd_template_read "enter kernel image" image "zImage"
+ ptxd_template_read "enter device-tree files" dts "yourboard.dts"
ptxd_template_read_author &&
ptxd_template_write_platform_rules
}