]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tools: imagetool: Fix error message when verify_header is undefined
authorPali Rohár <pali@kernel.org>
Sun, 29 Jan 2023 16:45:53 +0000 (17:45 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 19:35:14 +0000 (14:35 -0500)
Signed-off-by: Pali Rohár <pali@kernel.org>
tools/imagetool.c

index f14ca2fb979fa73e4ee12162898b78194842eda4..688169b3a8130f004a70ab6a7ec0655e79f470fc 100644 (file)
@@ -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);
        }