From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:29:57 +0000 Subject: [PATCH v2 09/21] binman: Allow a way to select expanded entries In-Reply-To: <20210315072627.2101110-10-sjg@chromium.org> References: <20210315072627.2101110-10-sjg@chromium.org> <20210315072627.2101110-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 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 --- (no changes since v1) tools/binman/cmdline.py | 3 +++ tools/binman/ftest.py | 19 +++++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) Applied to u-boot-dm/next, thanks!