Re: [U-Boot] [PATCH v3 3/3] mtd: nand: omap: fix ecclayout->oobfree->length

2014-02-16 Thread Gupta, Pekon
removing sta...@vger.kernel.org from CC list. (git send-email --suppress-cc=cc din't work, may be it should have been --supress-cc=bodycc) >From: Gupta, Pekon > >This patch excludes reserved-marker byte-position from oobfree->length >calculation. Thus all bytes from oobfree->offset till end of O

[U-Boot] [PATCH v3 3/3] mtd: nand: omap: fix ecclayout->oobfree->length

2014-02-16 Thread Pekon Gupta
This patch excludes reserved-marker byte-position from oobfree->length calculation. Thus all bytes from oobfree->offset till end of OOB are free. CC: # 3.13.x+ Signed-off-by: Pekon Gupta --- drivers/mtd/nand/omap2.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/driver