diff mbox

[v5,02/11] mtd: increase max OOB size to 744

Message ID 1368607232-2210-3-git-send-email-b32955@freescale.com
State New, archived
Headers show

Commit Message

Huang Shijie May 15, 2013, 8:40 a.m. UTC
The oob size of Micron's MT29F64G08CBABAWP is 744 bytes.
So increase the NAND_MAX_OOBSIZE to 744.

Signed-off-by: Huang Shijie <b32955@freescale.com>
---
 include/linux/mtd/nand.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Artem Bityutskiy May 15, 2013, 12:12 p.m. UTC | #1
On Wed, 2013-05-15 at 16:40 +0800, Huang Shijie wrote:
> The oob size of Micron's MT29F64G08CBABAWP is 744 bytes.
> So increase the NAND_MAX_OOBSIZE to 744.
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>

OK, this patch is really independent. I do not know why you put it to
this series. Let me apply it separately.
diff mbox

Patch

diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 134d470..6f7788a 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -56,7 +56,7 @@  extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
  * is supported now. If you add a chip with bigger oobsize/page
  * adjust this accordingly.
  */
-#define NAND_MAX_OOBSIZE	640
+#define NAND_MAX_OOBSIZE	744
 #define NAND_MAX_PAGESIZE	8192
 
 /*