]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mxsboot: fix tool name in usage message
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 17 Mar 2012 09:16:50 +0000 (09:16 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 17 Mar 2012 20:38:03 +0000 (21:38 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
tools/mxsboot.c

index 8246831d8ef76571c539d90d9ce5014134b33789..6c05aa479d4360c0c14cd0f989c250ecf119126d 100644 (file)
@@ -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"