[U-Boot] [PATCH] mxsboot: fix tool name in usage message
Otavio Salvador
otavio at ossystems.com.br
Sat Mar 17 20:16:50 CET 2012
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
tools/mxsboot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/mxsboot.c b/tools/mxsboot.c
index 8246831..6c05aa4 100644
--- a/tools/mxsboot.c
+++ b/tools/mxsboot.c
@@ -453,7 +453,7 @@ static int mx28_nand_write_firmware(struct mx28_nand_fcb *fcb, int infd,
void usage(void)
{
printf(
- "Usage: mx28image [ops] <type> <infile> <outfile>\n"
+ "Usage: mxsboot [ops] <type> <infile> <outfile>\n"
"Augment BootStream file with a proper header for i.MX28 boot\n"
"\n"
" <type> type of image:\n"
--
1.7.9.1
More information about the U-Boot
mailing list