mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tools: imagetool: Fix error message when verify_header is undefined
Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
662cfa03cb
commit
27e46a991c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue