binman: Plumb expanded entries through fully
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:06 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commit0b6023ee41add24ebb9df215ceaec0a803d6c552
tree47138430894546f45663b1c992ff6906fd17b35b
parent63aeaeb46346b215bff38ec85f29634ef82e375e
binman: Plumb expanded entries through fully

Add support for this feature in the control, image and section modules, so
that expanded entries will be selected by default. So far there are no
expanded entry types, so this is a nop.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py
tools/binman/etype/section.py
tools/binman/image.py