From: Siva Durga Prasad Paladugu Date: Tue, 28 Apr 2015 12:46:03 +0000 (+0530) Subject: mtd: nand: Increase max sizes of OOB and Page size X-Git-Tag: KARO-TXSD-2017-03-15~3520^2~4 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=2580a2a7e719 mtd: nand: Increase max sizes of OOB and Page size Increase max sizes for OOB, Page size and eccpos to suit for Micron MT29F32G08 part Signed-off-by: Siva Durga Prasad Paladugu --- diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index cf5cda15d1..bc4d9bf8f9 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -101,7 +101,7 @@ struct mtd_oob_ops { #ifdef CONFIG_SYS_NAND_MAX_ECCPOS #define MTD_MAX_ECCPOS_ENTRIES_LARGE CONFIG_SYS_NAND_MAX_ECCPOS #else -#define MTD_MAX_ECCPOS_ENTRIES_LARGE 640 +#define MTD_MAX_ECCPOS_ENTRIES_LARGE 680 #endif /* diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 77b50ddcde..23072fdfc3 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -46,8 +46,8 @@ extern void nand_wait_ready(struct mtd_info *mtd); * is supported now. If you add a chip with bigger oobsize/page * adjust this accordingly. */ -#define NAND_MAX_OOBSIZE 744 -#define NAND_MAX_PAGESIZE 8192 +#define NAND_MAX_OOBSIZE 1216 +#define NAND_MAX_PAGESIZE 16384 /* * Constants for hardware specific CLE/ALE/NCE function