diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-03-17 09:16:50 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-03-17 20:38:03 (GMT) |
commit | 993d30de990c614547b457984a46e49425e9625d (patch) | |
tree | 73bb53bfc273bd3103b01662f82a7db33980e95c /tools | |
parent | 6751b05f855bbe56005d5b88d4eb58bcd52170d2 (diff) | |
download | u-boot-993d30de990c614547b457984a46e49425e9625d.tar.xz |
mxsboot: fix tool name in usage message
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'tools')
-rw-r--r-- | 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" |