git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662cfa0
)
tools: imagetool: Fix error message when verify_header is undefined
author
Pali Rohár
<pali@kernel.org>
Sun, 29 Jan 2023 16:45:53 +0000
(17:45 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/tools/imagetool.c
b/tools/imagetool.c
index
f14ca2f
..
688169b
100644
(file)
--- 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);
}