commit | e61b6f6654e09d3371c947b83ec317a776f7e8c5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:37 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | b2a206a5487a5cd7b156659e2358ccf0ccc92f98 | |
parent | cbc80e84e059c0df3199a6fc8d900d1dfc6cde1a [diff] |
binman: Allow entries to expand after packing Add support for detecting entries that change size after they have already been packed, and re-running packing when it happens. This removes the limitation that entry size cannot change after PackEntries() is called. Signed-off-by: Simon Glass <sjg@chromium.org>