From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 18 Nov 2009 14:29:43 -0600 Subject: [U-Boot] [PATCH] NAND:Extending the nand_ecclayout structure In-Reply-To: <1258396307-9446-1-git-send-email-s-paulraj@ti.com> References: <1258396307-9446-1-git-send-email-s-paulraj@ti.com> Message-ID: <20091118202943.GC15517@loki.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 Mon, Nov 16, 2009 at 01:31:47PM -0500, s-paulraj at ti.com wrote: > From: Sandeep Paulraj > > NANDs with page size of lesser than and equal to 2K are > reaching EOL. They are bing replaced with NANDs of > page size 4K and above. > To support this we have to extend the eccpos field > > Signed-off-by: Sandeep Paulraj > --- > I believe a patch was submitted to linux-mtd to update this. > But this change was rejected to the best of my knowledge because > it will break user space IOCTL's, i.e. when we we run some tests > from the mtd-utils. I can't see an solution to the issue addressed > in the kernel or mtd-utils. I think this can be added to u-boot. Applied. -Scott