From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 23 Mar 2010 14:31:50 -0500 Subject: [U-Boot] [PATCH] cmd_nand: show nand scrub confirmation character In-Reply-To: <201003201902.58625.f.fainelli@gmail.com> References: <201003191606.16508.f.fainelli@gmail.com> <20100319220211.GA8992@loki.buserror.net> <201003201902.58625.f.fainelli@gmail.com> Message-ID: <20100323193150.GA16170@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Mar 20, 2010 at 07:02:58PM +0100, Florian Fainelli wrote: > On Friday 19 March 2010 23:02:11 Scott Wood wrote: > > You're changing the behavior in case the user presses y and then does > > something other than hit return. You won't set scrub = 1, but you'll > > continue with the erase rather than printing "scrub aborted" and returning. > > That's correct, what about this: > -- > From: Florian Fainelli > Subject: [PATCH] cmd_nand: show nand scrub confirmation character Applied to u-boot-nand-flash next. -Scott