From c0e032e0090d6541549b19cc47e06ccd1f302893 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 23 Sep 2017 12:52:44 -0400 Subject: 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 --- scripts/dtc/version_gen.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/dtc/version_gen.h (limited to 'scripts/dtc/version_gen.h') diff --git a/scripts/dtc/version_gen.h b/scripts/dtc/version_gen.h new file mode 100644 index 00000000000..bbbd96b1dca --- /dev/null +++ b/scripts/dtc/version_gen.h @@ -0,0 +1 @@ +#define DTC_VERSION "DTC 1.4.3" -- cgit v1.2.3