mxsboot: fix tool name in usage message
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
6751b05f85
commit
993d30de99
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue