diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-01-21 17:41:52 +0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-21 17:48:34 +0400 |
commit | c8a3e6a866f91f82b4d04809aa30de2f4d928756 (patch) | |
tree | 17e8314179716995dfb4cf61be0eced71e15cb18 /scripts/dtc/version_gen.h | |
parent | 73ab39b14cdf6b83da6817166f6c8a9dcc25e392 (diff) | |
download | linux-c8a3e6a866f91f82b4d04809aa30de2f4d928756.tar.xz |
scripts/dtc: Add a script to update to mainline dtc source
A very simple script that automates pulling in a newer version of DTC.
Not particularly robust, but a whole lot better than doing it by hand
every time.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'scripts/dtc/version_gen.h')
-rw-r--r-- | scripts/dtc/version_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/version_gen.h b/scripts/dtc/version_gen.h index e0b82fe8e7de..54d4e904433a 100644 --- a/scripts/dtc/version_gen.h +++ b/scripts/dtc/version_gen.h @@ -1 +1 @@ -#define DTC_VERSION "DTC 1.4.0" +#define DTC_VERSION "DTC 1.4.0-dirty" |