Re: [U-Boot] [PATCH v1 1/2] mtd: nand: omap: fix ecclayout->oobfree->offset

2014-02-12 Thread Gupta, Pekon
Hi Brian, >From: Brian Norris [mailto:computersforpe...@gmail.com] >>On Fri, Dec 13, 2013 at 02:42:57PM +0530, Pekon Gupta wrote: >> This patch updates starting offset for free bytes in OOB which can be used by >> file-systems to store their metadata (like clean-marker in case of JFFS2). > >This s

Re: [U-Boot] [PATCH v1 1/2] mtd: nand: omap: fix ecclayout->oobfree->offset

2014-01-25 Thread Brian Norris
On Fri, Dec 13, 2013 at 02:42:57PM +0530, Pekon Gupta wrote: > This patch updates starting offset for free bytes in OOB which can be used by > file-systems to store their metadata (like clean-marker in case of JFFS2). This should be describing a regression fix, right? We don't just arbitrarily cha

[U-Boot] [PATCH v1 1/2] mtd: nand: omap: fix ecclayout->oobfree->offset

2013-12-13 Thread Pekon Gupta
This patch updates starting offset for free bytes in OOB which can be used by file-systems to store their metadata (like clean-marker in case of JFFS2). Signed-off-by: Pekon Gupta --- drivers/mtd/nand/omap2.c | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/