Re: [U-Boot] [PATCH 5/5] NAND: Add -y option to nand scrub command

2011-09-27 Thread Scott Wood
On Wed, Sep 14, 2011 at 12:20:35AM +0200, Marek Vasut wrote: > This allows the scrub command to scrub without asking the user if he really > wants to scrub the area. Useful in scripts. > > Signed-off-by: Marek Vasut > Cc: Scott Wood > Cc: Stefano Babic > Cc: Wolfgang Denk > Cc: Detlev Zundel

Re: [U-Boot] [PATCH 5/5] NAND: Add -y option to nand scrub command

2011-09-13 Thread Mike Frysinger
On Tuesday, September 13, 2011 18:20:35 Marek Vasut wrote: > This allows the scrub command to scrub without asking the user if he really > wants to scrub the area. Useful in scripts. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. _

[U-Boot] [PATCH 5/5] NAND: Add -y option to nand scrub command

2011-09-13 Thread Marek Vasut
This allows the scrub command to scrub without asking the user if he really wants to scrub the area. Useful in scripts. Signed-off-by: Marek Vasut Cc: Scott Wood Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel --- common/cmd_nand.c | 34 +++--- 1 files cha