From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 20 Aug 2011 00:46:05 +0200 Subject: [U-Boot] [PATCH] NAND: Really ignore bad blocks when scrubbing In-Reply-To: <4E4EDBD2.9010504@freescale.com> References: <1313514195-27345-1-git-send-email-marek.vasut@gmail.com> <201108192347.23624.marek.vasut@gmail.com> <4E4EDBD2.9010504@freescale.com> Message-ID: <201108200046.05453.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, August 19, 2011 11:55:30 PM Scott Wood wrote: > On 08/19/2011 04:47 PM, Marek Vasut wrote: > > On Friday, August 19, 2011 10:08:33 PM Scott Wood wrote: > >> Changelog should describe why the existing mechanism of overriding the > >> block_bad method is insufficient (I think there may be issues if you try > >> to scrub before the bbt is first built) -- and if this supersedes that > >> mechanism, that mechanism should be removed. > > > > Indeed, this completely ignores the BBT, unlike the previous way. From my > > understanding, scrub should behave this way, right ? > > Yes. This is a more straightforward approach, but the changelog should > explain why the change is being made, and the patch should remove the > nand_block_bad_scrub() hack that is now unnecessary. V2 on the way. > > -Scott