commit | f1ee03b7de061269e0ae99552a0c36a645fd6cf2 | [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 | d374606a4ff78805b41bc6b9c89e416a26a08cd6 [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>