Re: [U-Boot] [PATCH] mflash: use common cmd_usage function

2010-07-29 Thread Mike Frysinger
On Thursday, July 29, 2010 07:28:13 Detlev Zundel wrote: > > --- a/common/cmd_mgdisk.c > > +++ b/common/cmd_mgdisk.c > > @@ -54,7 +54,7 @@ int do_mg_disk_cmd (cmd_tbl_t *cmdtp, int flag, int > > argc, char *argv[]) > > > > return 1; > > > > break; > >

Re: [U-Boot] [PATCH] mflash: use common cmd_usage function

2010-07-29 Thread Detlev Zundel
Hi Mike, > Signed-off-by: Mike Frysinger > --- > note: i have no target that uses it, so i havent compile tested this. > but the change is straight forward enough ... > > common/cmd_mgdisk.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/common/cmd_mgdisk.c

[U-Boot] [PATCH] mflash: use common cmd_usage function

2010-07-23 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- note: i have no target that uses it, so i havent compile tested this. but the change is straight forward enough ... common/cmd_mgdisk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_mgdisk.c b/common/cmd_mgdisk.c inde