]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - tools/imagetool.c
tools: imagetool: Fix error message when verify_header is undefined
[thirdparty/u-boot.git] / 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);
        }