commit | f20a11326d4f996459c784a2317dc45c1d17e0bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 05 16:32:53 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:34 2021 -0600 |
tree | 89be56988d867198dec854907c36e764010ce6be | |
parent | 52ac65f6f7179061f1d3ed3d83806cd261bf3778 [diff] |
bloblist: Support resizing a blob Sometimes a blob needs to expand, e.g. because it needs to hold more log data. Add support for this. Note that the bloblist must have sufficient spare space for this to work. Signed-off-by: Simon Glass <sjg@chromium.org>