]> git.sur5r.net Git - u-boot/blobdiff - include/linux/mtd/mtd-abi.h
NAND:Extending the nand_ecclayout structure
[u-boot] / include / linux / mtd / mtd-abi.h
index 410c5dd2fb4114a339ca6a9fa70a9b5bdbcc6d52..8d5f60c75ea093ccc48060ac18a428c525b77e76 100644 (file)
@@ -123,7 +123,7 @@ struct nand_oobfree {
  */
 struct nand_ecclayout {
        uint32_t eccbytes;
-       uint32_t eccpos[64];
+       uint32_t eccpos[128];
        uint32_t oobavail;
        struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES];
 };