[U-Boot] [PATCH] mxsboot: fix tool name in usage message

Signed-off-by: Otavio Salvador otavio@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"

Dear Otavio Salvador,
In message 1332011810-22228-1-git-send-email-otavio@ossystems.com.br you wrote:
Signed-off-by: Otavio Salvador otavio@ossystems.com.br
tools/mxsboot.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Otavio Salvador
-
Wolfgang Denk