[xburst] Add support for the n516
[openwrt/svn-archive/archive.git] / target / linux / xburst / patches-2.6.32 / 220-add-2gb-nand-support.patch
1 From f6bc2e17eaa2628f614a675781e9dc101084df9a Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Mon, 11 Jan 2010 04:29:47 +0100
4 Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/220-add-2gb-nand-support.patch
5
6 ---
7 include/mtd/mtd-abi.h | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10 --- a/include/mtd/mtd-abi.h
11 +++ b/include/mtd/mtd-abi.h
12 @@ -135,7 +135,7 @@ struct nand_oobfree {
13 */
14 struct nand_ecclayout {
15 __u32 eccbytes;
16 - __u32 eccpos[64];
17 + __u32 eccpos[72];
18 __u32 oobavail;
19 struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES];
20 };