diff options
Diffstat (limited to 'board/BuS/EB+MCF-EV123/EB+MCF-EV123.c')
| -rw-r--r-- | board/BuS/EB+MCF-EV123/EB+MCF-EV123.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c b/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c index 753d85b1b..02a095ef8 100644 --- a/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c +++ b/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c @@ -155,7 +155,7 @@ int do_vcimage (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vcimage,	2,	0,	do_vcimage, -	"vcimage - loads an image to Display\n", +	"loads an image to Display",  	"vcimage addr\n"  ); |