To support 8 bit ECC for 8K page size NAND flash, number of ecc bytes
required are more than 128.

so increase eccpos array to support 256 entries.

Signed-off-by: Prabhakar Kushwaha <prabha...@freescale.com>
---

 Based upon git://git.denx.de/u-boot.git branch master

 include/mtd/mtd-abi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h
index d51c1ab..83987dc 100644
--- a/include/mtd/mtd-abi.h
+++ b/include/mtd/mtd-abi.h
@@ -162,7 +162,7 @@ struct nand_oobfree {
  */
 struct nand_ecclayout {
        uint32_t eccbytes;
-       uint32_t eccpos[128];
+       uint32_t eccpos[256];
        uint32_t oobavail;
        struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES];
 };
-- 
1.7.9.5



_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to