From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 19 Aug 2011 16:55:30 -0500 Subject: [U-Boot] [PATCH] NAND: Really ignore bad blocks when scrubbing In-Reply-To: <201108192347.23624.marek.vasut@gmail.com> References: <1313514195-27345-1-git-send-email-marek.vasut@gmail.com> <4E4EC2C1.6070506@freescale.com> <201108192347.23624.marek.vasut@gmail.com> Message-ID: <4E4EDBD2.9010504@freescale.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 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. -Scott