summaryrefslogtreecommitdiff
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorSergei Poselenov <sposelenov@emcraft.com>2008-06-06 13:42:43 (GMT)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-06-11 05:30:22 (GMT)
commit248ae5cfc8bf69074d1da099dc495d8e06070547 (patch)
tree008779715e689dd2e40ee390d584b932b3b7bbd2 /include/linux/mtd
parent31ca0208612f2eb57690110d7c2815953650e47b (diff)
downloadu-boot-248ae5cfc8bf69074d1da099dc495d8e06070547.tar.xz
NAND: Added support for 128-bit OOB, adapted
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/mtd-abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd-abi.h b/include/linux/mtd/mtd-abi.h
index 72d7341..4cebea9 100644
--- a/include/linux/mtd/mtd-abi.h
+++ b/include/linux/mtd/mtd-abi.h
@@ -93,7 +93,7 @@ struct nand_oobinfo {
uint32_t useecc;
uint32_t eccbytes;
uint32_t oobfree[8][2];
- uint32_t eccpos[32];
+ uint32_t eccpos[48];
};
#endif /* __MTD_ABI_H__ */