[U-Boot] [PATCH 07/31] binman: Support building a selection of images
Simon Glass
sjg at chromium.org
Tue Oct 2 11:19:33 UTC 2018
On 14 September 2018 at 03:57, Simon Glass <sjg at chromium.org> wrote:
> Sometimes it is useful to build only a subset of the images provided by
> the binman configuration. Add a -i option for this. It can be given
> multiple times to build several images. If the option is not given, all
> images are built.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> tools/binman/cmdline.py | 2 ++
> tools/binman/control.py | 9 +++++++++
> tools/binman/ftest.py | 19 ++++++++++++++++++-
> 3 files changed, 29 insertions(+), 1 deletion(-)
>
Applied to u-boot-dm, and now in mainline.
More information about the U-Boot
mailing list