public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH u-boot 1/3] tools: imagetool: Fix error message when verify_header is undefined
@ 2023-01-29 16:45 Pali Rohár
  2023-01-29 16:45 ` [PATCH u-boot 2/3] tools: imagetool: Show error message when detecting image type failed Pali Rohár
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Pali Rohár @ 2023-01-29 16:45 UTC (permalink / raw)
  To: Simon Glass; +Cc: u-boot

Signed-off-by: Pali Rohár <pali@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


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-02-07 16:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29 16:45 [PATCH u-boot 1/3] tools: imagetool: Fix error message when verify_header is undefined Pali Rohár
2023-01-29 16:45 ` [PATCH u-boot 2/3] tools: imagetool: Show error message when detecting image type failed Pali Rohár
2023-02-07 16:53   ` Tom Rini
2023-01-29 16:45 ` [PATCH u-boot 3/3] tools: imagetool: Skip autodetection of gpimage type Pali Rohár
2023-01-30 15:50   ` Simon Glass
2023-01-30 18:02     ` Tom Rini
2023-02-03 19:24       ` Pali Rohár
2023-02-03 20:23         ` Tom Rini
2023-02-07 16:53   ` Tom Rini
2023-01-30 15:50 ` [PATCH u-boot 1/3] tools: imagetool: Fix error message when verify_header is undefined Simon Glass
2023-02-07 16:53 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox