commit | a61e6feeb3bea2dd6d880a19a9b1d17cc4807f26 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:55 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:53:46 2019 -0700 |
tree | 6e01c55efbb0a3bec835e420d1bfbbac85b1ef35 | |
parent | 759af87dde81187c4514c1dba084ce2a3da1ca18 [diff] |
binman: Pad empty areas of the CBFS with files When there is lots of open space in a CBFS it is normally padded with 'empty' files so that sequentially scanning the CBFS can skip from one to the next without a break. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>