diff options
Diffstat (limited to 'board/mpl/vcma9/cmd_vcma9.c')
| -rw-r--r-- | board/mpl/vcma9/cmd_vcma9.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/mpl/vcma9/cmd_vcma9.c b/board/mpl/vcma9/cmd_vcma9.c index cbe7fe256..016077439 100644 --- a/board/mpl/vcma9/cmd_vcma9.c +++ b/board/mpl/vcma9/cmd_vcma9.c @@ -174,5 +174,5 @@ int do_vcma9(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vcma9, 6, 1, do_vcma9,  	"VCMA9 specific commands", -	"flash mem [SrcAddr]\n    - updates U-Boot with image in memory\n" +	"flash mem [SrcAddr]\n    - updates U-Boot with image in memory"  ); |