summaryrefslogtreecommitdiff
path: root/scripts/dtc/version_gen.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-09-23 19:52:44 +0300
committerTom Rini <trini@konsulko.com>2017-09-24 00:33:03 +0300
commitc0e032e0090d6541549b19cc47e06ccd1f302893 (patch)
tree3df07c2a174f118fb478ba05c8efe5ab9cf27577 /scripts/dtc/version_gen.h
parent0929863aff433d1e87ad6cd03d72f2909fa25573 (diff)
downloadu-boot-c0e032e0090d6541549b19cc47e06ccd1f302893.tar.xz
scripts/dtc: Update to upstream version v1.4.3
Using the update-dtc-source.sh script from Linux v4.14-rc1 import the portions of dtc that we require. We bring in update-dtc-source.sh and scripts/dtc/Makefile from Linux v4.14-rc1. Rework DTC_FLAGS handling to not require a test. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts/dtc/version_gen.h')
-rw-r--r--scripts/dtc/version_gen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dtc/version_gen.h b/scripts/dtc/version_gen.h
new file mode 100644
index 0000000000..bbbd96b1dc
--- /dev/null
+++ b/scripts/dtc/version_gen.h
@@ -0,0 +1 @@
+#define DTC_VERSION "DTC 1.4.3"