1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 10:10:37 +02:00
openwrt-xburst/target/linux/xburst/patches-2.6.31/220-add-2gb-nand-support.patch

12 lines
264 B
Diff
Raw Normal View History

--- a/include/mtd/mtd-abi.h
+++ b/include/mtd/mtd-abi.h
2009-09-21 19:17:14 +03:00
@@ -135,7 +135,7 @@ struct nand_oobfree {
*/
struct nand_ecclayout {
__u32 eccbytes;
- __u32 eccpos[64];
+ __u32 eccpos[72];
__u32 oobavail;
struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES];
};