diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-01-21 14:41:52 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-21 14:48:34 +0100 |
commit | c8a3e6a866f91f82b4d04809aa30de2f4d928756 (patch) | |
tree | 17e8314179716995dfb4cf61be0eced71e15cb18 /scripts/dtc/version_gen.h | |
parent | scripts/dtc: Update to upstream version v1.4.0 (diff) | |
download | linux-c8a3e6a866f91f82b4d04809aa30de2f4d928756.tar.xz linux-c8a3e6a866f91f82b4d04809aa30de2f4d928756.zip |
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" |