summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer.ericson@gmail.com>2010-01-18 12:58:31 +0100
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-01-18 19:38:50 +0100
commit4a2927f4d5e2e978a0c91e928f0ade8df7565fa6 (patch)
tree423c4818107504d99497e5047fc2a2d19ec3cf73 /recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch
parent1ae803339a24f194fc6a84fb8f6157041b866745 (diff)
Remove ben nanonote from the linux 2.6.31.bb file. We intend on using
linux-hpc branches (and eventually vanilla). Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index ae80c11910..0000000000
--- a/recipes/linux/linux-2.6.31/ben-nanonote/220-add-2gb-nand-support.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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];
- };