Re: [U-Boot] [PATCH] [FIX] cmd_nand: fix help of nand erase subcommand

2011-05-24 Thread Scott Wood
On Thu, May 19, 2011 at 07:28:54PM +0200, Daniel Hobi wrote: > Since commit 30486322 (nand erase: .spread, .part, .chip subcommands) > the arguments off and size are no longer optional. > > Signed-off-by: Daniel Hobi > Cc: Scott Wood > --- > common/cmd_nand.c |2 +- > 1 files changed, 1 ins

Re: [U-Boot] [PATCH] [FIX] cmd_nand: fix help of nand erase subcommand

2011-05-23 Thread Mike Frysinger
there's no need to specify "[FIX]" in the summary -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] [FIX] cmd_nand: fix help of nand erase subcommand

2011-05-19 Thread Daniel Hobi
Since commit 30486322 (nand erase: .spread, .part, .chip subcommands) the arguments off and size are no longer optional. Signed-off-by: Daniel Hobi Cc: Scott Wood --- common/cmd_nand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.