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/fdtoverlay.c | |
| parent | ca35f2837927d73441cfb51174b824ae82a15f93 (diff) | |
| download | linux-d2a97be34548fc5643b4e9536ac8789d839f7374.tar.gz linux-d2a97be34548fc5643b4e9536ac8789d839f7374.tar.bz2 linux-d2a97be34548fc5643b4e9536ac8789d839f7374.zip | |
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/fdtoverlay.c')
| -rw-r--r-- | scripts/dtc/fdtoverlay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/fdtoverlay.c b/scripts/dtc/fdtoverlay.c index 4eba0460f240..699b4f616502 100644 --- a/scripts/dtc/fdtoverlay.c +++ b/scripts/dtc/fdtoverlay.c @@ -48,7 +48,7 @@ static void *apply_one(char *base, const char *overlay, size_t *buf_len, int ret; /* - * We take a copies first, because a failed apply can trash + * We take copies first, because a failed apply can trash * both the base blob and the overlay */ tmpo = xmalloc(fdt_totalsize(overlay)); |
