]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit340bd61d8cb03148fe90bb34045ee0e229d10b69
tree328eb435d7e2d1703082cfea93b4e4e4a4c97f19
parent24f7d15e6a056492e398547e7ed4f5c246cadefa
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