summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSergei Poselenov <sposelenov@emcraft.com>2008-06-06 15:42:43 +0200
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-06-11 00:30:22 -0500
commit248ae5cfc8bf69074d1da099dc495d8e06070547 (patch)
tree008779715e689dd2e40ee390d584b932b3b7bbd2 /include
parent31ca0208612f2eb57690110d7c2815953650e47b (diff)
downloadblackbird-obmc-uboot-248ae5cfc8bf69074d1da099dc495d8e06070547.tar.gz
blackbird-obmc-uboot-248ae5cfc8bf69074d1da099dc495d8e06070547.zip
NAND: Added support for 128-bit OOB, adapted
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include')
-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 72d7341d75..4cebea9597 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__ */
OpenPOWER on IntegriCloud