From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 19 Mar 2021 19:52:52 -0400 Subject: [PATCH v3 16/27] binman: Plumb expanded entries through fully In-Reply-To: <20210318072517.26894-17-sjg@chromium.org> References: <20210318072517.26894-17-sjg@chromium.org> <20210318072517.26894-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- (no changes since v1) tools/binman/control.py | 24 ++++++++++++++++++------ tools/binman/etype/section.py | 3 ++- tools/binman/image.py | 17 ++++++++++++++++- 3 files changed, 36 insertions(+), 8 deletions(-) Applied to u-boot-dm/next, thanks!