[PATCH u-boot 1/3] tools: imagetool: Fix error message when verify_header is undefined

Simon Glass sjg at chromium.org
Mon Jan 30 16:50:16 CET 2023


On Sun, 29 Jan 2023 at 09:46, Pali Rohár <pali at kernel.org> wrote:

commit message? Also it is good to keep subjects to under 60 chars


>
> Signed-off-by: Pali Rohár <pali at kernel.org>
> ---
>  tools/imagetool.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/imagetool.c b/tools/imagetool.c
> index f14ca2fb979f..688169b3a813 100644
> --- a/tools/imagetool.c
> +++ b/tools/imagetool.c
> @@ -105,7 +105,7 @@ static int imagetool_verify_print_header_by_type(
>                 }
>
>         } else {
> -               fprintf(stderr, "%s: print_header undefined for %s\n",
> +               fprintf(stderr, "%s: verify_header undefined for %s\n",
>                         params->cmdname, tparams->name);
>         }
>
> --
> 2.20.1
>


More information about the U-Boot mailing list