summaryrefslogtreecommitdiffstats
path: root/platforms/host-dtc.in
diff options
context:
space:
mode:
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