summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2023-01-29 19:45:53 +0300
committerTom Rini <trini@konsulko.com>2023-02-06 22:35:14 +0300
commit27e46a991c188b523f98c1a8a455cc7dc912eea1 (patch)
tree8b3374ad13f996f6a66136d4045ea86859712186 /tools
parent662cfa03cbe212a2b900ea9a69530d2f65ed1704 (diff)
downloadu-boot-27e46a991c188b523f98c1a8a455cc7dc912eea1.tar.xz
tools: imagetool: Fix error message when verify_header is undefined
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/imagetool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imagetool.c b/tools/imagetool.c
index f14ca2fb97..688169b3a8 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);
}