summaryrefslogtreecommitdiffstats
path: root/platforms/host-dtc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2016-07-21 14:58:36 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2016-07-21 15:09:00 +0200
commit98d15136759d17ea79ad141290c69399d899510d (patch)
tree4be1f6fd2b1e037bd7dbb6dc80588695018777ef /platforms/host-dtc.in
parent894c1566730fe1279526f35dda33bea45dce72a6 (diff)
downloadptxdist-98d15136759d17ea79ad141290c69399d899510d.tar.gz
ptxdist-98d15136759d17ea79ad141290c69399d899510d.tar.xz
host-dtc: use kernel.org git and bump default version to 1.4.1
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms/host-dtc.in')
-rw-r--r--platforms/host-dtc.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/platforms/host-dtc.in b/platforms/host-dtc.in
index 4d2107187..6fd667e05 100644
--- a/platforms/host-dtc.in
+++ b/platforms/host-dtc.in
@@ -12,14 +12,13 @@ menuconfig HOST_DTC
if HOST_DTC
config HOST_DTC_VERSION
- string
- prompt "Device tree compiler version"
- default "1.3.0"
+ string "Device tree compiler version"
+ default "1.4.1"
help
Specify the DTC version number to be used
config HOST_DTC_MD5
- prompt "dtc source md5sum"
- string
+ string "dtc source md5sum"
+ default "e3543e76153c553cfce531ce147b9bfd"
endif