diff options
| author | Tom Rini <[email protected]> | 2017-09-23 12:52:44 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-23 17:33:03 -0400 |
| commit | c0e032e0090d6541549b19cc47e06ccd1f302893 (patch) | |
| tree | 3df07c2a174f118fb478ba05c8efe5ab9cf27577 /scripts/dtc/version_gen.h | |
| parent | 0929863aff433d1e87ad6cd03d72f2909fa25573 (diff) | |
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 <[email protected]>
Diffstat (limited to 'scripts/dtc/version_gen.h')
| -rw-r--r-- | scripts/dtc/version_gen.h | 1 |
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 00000000000..bbbd96b1dca --- /dev/null +++ b/scripts/dtc/version_gen.h @@ -0,0 +1 @@ +#define DTC_VERSION "DTC 1.4.3" |
