diff options
author | Rob Herring <robh@kernel.org> | 2018-05-19 14:13:52 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-31 08:53:11 -0400 |
commit | 072a2995bde113cd05962376fb1496ec25766729 (patch) | |
tree | bce2c5aee38e4695b6af5766b844d36d509b678a /scripts/dtc/version_gen.h | |
parent | ceddd3e9a53953e65166ec1b04be37029bcd8dd6 (diff) | |
download | u-boot-072a2995bde113cd05962376fb1496ec25766729.tar.gz |
scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9
Pickup the fix for handling unresolved phandles in overlays.
This adds the following commits from upstream:
c1e55a5513e9 checks: fix handling of unresolved phandles for dts plugins
f8872e29ce06 tests: Avoid 64-bit arithmetic in assembler
48c91c08bcfa libfdt: add stringlist functions to linker script
Signed-off-by: Rob Herring <robh@kernel.org>
[ Linux commit: e45fe7f788dd1395befe5639149ad8dacfbd94ab ]
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
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 d88393cab1..6a4e847989 100644 --- a/scripts/dtc/version_gen.h +++ b/scripts/dtc/version_gen.h @@ -1 +1 @@ -#define DTC_VERSION "DTC 1.4.5-gb1a60033" +#define DTC_VERSION "DTC 1.4.5-gc1e55a55" |