[PATCH u-boot 1/3] tools: imagetool: Fix error message when verify_header is undefined

Pali Rohár pali at kernel.org
Sun Jan 29 17:45:53 CET 2023


Signed-off-by: Pali Rohár <pali at kernel.org>
---
 tools/imagetool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/imagetool.c b/tools/imagetool.c
index f14ca2fb979f..688169b3a813 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);
 	}
 
-- 
2.20.1



More information about the U-Boot mailing list