aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dtc/version_gen.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-03-04 08:56:58 -0600
committerRob Herring <robh@kernel.org>2016-03-29 13:29:22 -0500
commitb993734718c0106418e068f21c7be01afc12306c (patch)
tree8b098809bcc9edb85d0e76c52c1abebd8100440f /scripts/dtc/version_gen.h
parentLinux 4.6-rc1 (diff)
downloadlinux-dev-b993734718c0106418e068f21c7be01afc12306c.tar.xz
linux-dev-b993734718c0106418e068f21c7be01afc12306c.zip
scripts/dtc: Update to upstream version 53bf130b1cdd
Sync to upstream dtc commit 53bf130b1cdd ("libfdt: simplify fdt_node_check_compatible()"). This adds the following commits from upstream: 53bf130 libfdt: simplify fdt_node_check_compatible() c9d9121 Warn on node name unit-address presence/absence mismatch 2e53f9d Catch unsigned 32bit overflow when parsing flattened device tree offsets Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r--scripts/dtc/version_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/version_gen.h b/scripts/dtc/version_gen.h
index 11d93e6d8220..ad9b05ae698b 100644
--- a/scripts/dtc/version_gen.h
+++ b/scripts/dtc/version_gen.h
@@ -1 +1 @@
-#define DTC_VERSION "DTC 1.4.1-gb06e55c8"
+#define DTC_VERSION "DTC 1.4.1-g53bf130b"