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 02a095ef8..73dfb3d52 100644 --- a/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c +++ b/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c @@ -156,7 +156,7 @@ int do_vcimage (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vcimage,	2,	0,	do_vcimage,  	"loads an image to Display", -	"vcimage addr\n" +	"vcimage addr"  );  /* EOF EB+MCF-EV123c */ |