diff options
Diffstat (limited to 'recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch')
-rw-r--r-- | recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch b/recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch new file mode 100644 index 0000000000..ae80c11910 --- /dev/null +++ b/recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch @@ -0,0 +1,11 @@ +--- a/include/mtd/mtd-abi.h ++++ b/include/mtd/mtd-abi.h +@@ -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]; + }; |