binman: Add a control for post-pack entry expansion
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:36 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commitbf6906bab4129660a74639e3fafb463917778d2b
treeb88eaf9bc7224952cdeb727d6e952dd920bc3a55
parenta0dcaf2049056348b8b603116ed1d8556851e951
binman: Add a control for post-pack entry expansion

We plan to support changing the size of entries after they have been
packed. For now it will always be enabled. But to aid testing of both
cases (in the event that we want to add a command-line flag, for example),
add a setting to control it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/state.py