From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 14 Feb 2012 11:12:09 -0600 Subject: [U-Boot] nand: current mainline show "new" startup output In-Reply-To: <4F3A0164.9070204@denx.de> References: <4F38C740.4050409@denx.de> <4F394302.30504@freescale.com> <4F3A0164.9070204@denx.de> Message-ID: <4F3A95E9.7060200@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 02/14/2012 12:38 AM, Heiko Schocher wrote: > Hello Scott, > > Scott Wood wrote: >> The problem isn't (just) the prints, which have always been there, but >> when we do the scanning. I suspect this patch accidentally reversed a >> U-Boot local change to defer bad block scanning to first use. > > Yes, seems so. So there are two points to decide: > > - Do we need this prints? I vote for moving them to debug output That's fine, but not related to this patch. > - Do we move scanning back to first use? I vote for moving to "first use" Yes, this is a regression introduced by this patch and should be fixed. -Scott