commit | 7c173ced645b9fff4d5b41849375275a8b63f04d | [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 | c5ac138828c504812f09971a7a95bd73e186782e [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>