diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-08-15 12:23:05 -0600 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-08-15 12:23:05 -0600 |
commit | d2a97be34548fc5643b4e9536ac8789d839f7374 (patch) | |
tree | 9aa2d0ed03859a2d1f9e18bf9f5b121a4e257a40 /scripts/dtc/version_gen.h | |
parent | ca35f2837927d73441cfb51174b824ae82a15f93 (diff) |
scripts/dtc: Update to upstream version v1.7.0-95-gbcd02b523429
Some pending overlay additions need the graph check fix.
This adds the following commits from upstream:
bcd02b523429 fdtoverlay: remove wrong singular article in a comment
84b056a89d3c checks: relax graph checks for overlays
Signed-off-by: Rob Herring (Arm) <robh@kernel.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 4c5e17639d2bf..bf81ce593685c 100644 --- a/scripts/dtc/version_gen.h +++ b/scripts/dtc/version_gen.h @@ -1 +1 @@ -#define DTC_VERSION "DTC 1.7.0-g1df7b047" +#define DTC_VERSION "DTC 1.7.0-gbcd02b52" |