[PATCH 7/9] binman: Fix blank line usage for invalid images warning text
Simon Glass
sjg at chromium.org
Tue Feb 21 20:41:50 CET 2023
On Sun, 19 Feb 2023 at 15:02, Jonas Karlman <jonas at kwiboo.se> wrote:
>
> There is no blank line between last missing blob help message and the
> header line for optional blob help messages.
>
> Image 'simple-bin' is missing external blobs and is non-functional: atf-bl31
>
> /binman/simple-bin/fit/images/@atf-SEQ/atf-bl31:
> See the documentation for your board. You may need to build ARM Trusted
> Firmware and build with BL31=/path/to/bl31.bin
> Image 'simple-bin' is missing external blobs but is still functional: tee-os
>
> /binman/simple-bin/fit/images/@tee-SEQ/tee-os:
> See the documentation for your board. You may need to build Open Portable
> Trusted Execution Environment (OP-TEE) with TEE=/path/to/tee.bin
>
> Some images are invalid
>
> With this a blank line is inserted to make the text more readable.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> ---
> tools/binman/control.py | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list