commit | c52c9e7da809e36001d125891e594c4740235055 | [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 | bf6906bab4129660a74639e3fafb463917778d2b [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>