commit | 9766f69c98c2aa056d0518a9545f9e89484e9172 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 11 16:10:16 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 18 14:55:41 2023 -0700 |
tree | 6b2150de16450fbef274b84167c05416153ede6b | |
parent | 97fb8081ec0c8009ff5e70c054e8ece08e4465ed [diff] |
binman: Support overlapping entries In some cases it is useful to have an entry overlap with another in a section, either to update the contents within a blob, or to add an entry to the fdtmap that covers only part of the blob. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>