binman: Allow a way to select expanded entries
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:05 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commit63aeaeb46346b215bff38ec85f29634ef82e375e
tree328eb435d7e2d1703082cfea93b4e4e4a4c97f19
parentb35fb179364decef1f564b5667b99af65dd0402a
binman: Allow a way to select expanded entries

Add a new command-line option to disable expanded entries. This is needed
for most tests, since it is much easier to 'factor out' this function into
a separate test and keep the existing packing tests simple.

Add the option and select it by default from tests.

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