From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gateway-1237.mvista.com ([12.44.186.158] helo=av.mvista.com) by canuck.infradead.org with esmtp (Exim 4.52 #1 (Red Hat Linux)) id 1DtVNV-0000M5-Fc for linux-mtd@lists.infradead.org; Fri, 15 Jul 2005 14:57:42 -0400 Message-ID: <42D80720.6030207@mvista.com> Date: Fri, 15 Jul 2005 11:57:36 -0700 From: Todd Poynor MIME-Version: 1.0 To: tglx@linutronix.de References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org, Martin Fouts Subject: Re: NAND bbt build reads wrong oob data List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Verified this fixes my board, many thanks, Thomas! From: gleixner@infradead.org Date: Fri, 15 Jul 2005 14:53:51 +0100 Subject: mtd/drivers/mtd/nand nand_bbt.c,1.34,1.35 Modified Files: nand_bbt.c Log Message: [MTD] NAND: Fix broken bad block scan for 16 bit devices The previous change to read a single byte from oob breaks the bad block scan on 16 bit devices, when the byte is on an odd address. Read the complete oob for now -- Todd