diff options
author | Sergei Poselenov <sposelenov@emcraft.com> | 2008-06-06 15:42:43 +0200 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 00:30:22 -0500 |
commit | 248ae5cfc8bf69074d1da099dc495d8e06070547 (patch) | |
tree | 008779715e689dd2e40ee390d584b932b3b7bbd2 /include | |
parent | 31ca0208612f2eb57690110d7c2815953650e47b (diff) | |
download | u-boot-imx-248ae5cfc8bf69074d1da099dc495d8e06070547.zip u-boot-imx-248ae5cfc8bf69074d1da099dc495d8e06070547.tar.gz u-boot-imx-248ae5cfc8bf69074d1da099dc495d8e06070547.tar.bz2 |
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.h | 2 |
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__ */ |