NAND: Added support for 128-bit OOB, adapted

Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
This commit is contained in:
Sergei Poselenov
2008-06-06 15:42:43 +02:00
committed by Andrew Fleming-AFLEMING
parent 31ca020861
commit 248ae5cfc8
2 changed files with 34 additions and 14 deletions

View File

@@ -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__ */