diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mtd/nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 102e12c58cb3..a8921c213df5 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -53,8 +53,8 @@ extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); | |||
53 | * is supported now. If you add a chip with bigger oobsize/page | 53 | * is supported now. If you add a chip with bigger oobsize/page |
54 | * adjust this accordingly. | 54 | * adjust this accordingly. |
55 | */ | 55 | */ |
56 | #define NAND_MAX_OOBSIZE 256 | 56 | #define NAND_MAX_OOBSIZE 576 |
57 | #define NAND_MAX_PAGESIZE 4096 | 57 | #define NAND_MAX_PAGESIZE 8192 |
58 | 58 | ||
59 | /* | 59 | /* |
60 | * Constants for hardware specific CLE/ALE/NCE function | 60 | * Constants for hardware specific CLE/ALE/NCE function |