From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 15 Nov 2012 18:05:35 -0600 Subject: [U-Boot] nand: Extending the nand_ecclayout struct based on Linux 3.5 In-Reply-To: <1348780718-1082-1-git-send-email-ckhardin@exablox.com> References: <1348780718-1082-1-git-send-email-ckhardin@exablox.com> Message-ID: <20121116000535.GA19008@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 Thu, Sep 27, 2012 at 11:18:38AM -0000, Charles Hardin wrote: > NANDs with large page sizes are getting oob ares of 218 and 224 > so the eccpos field needs to support these larger areas since > BCH ECC correction with 24-bit over 1024 bytes will use 168 bytes > of the oob for ECC and is required for current MLC NAND parts > circa 2012. > > Signed-off-by: Charles Hardin Applied to u-boot-nand-flash -Scott