MLK-11718-1: mtd: nand: change the maximum nange page size and oob size

enlarge the maximum nand page size and oob size to
16k byte and 1280byte.

Signed-off-by: Han Xu <b45815@freescale.com>
This commit is contained in:
Han Xu
2015-10-09 13:28:16 -05:00
committed by Ye Li
parent 6c0474fe0e
commit a03afd52f7

View File

@ -5,6 +5,8 @@
* Steven J. Hill <sjhill@realitydiluted.com>
* Thomas Gleixner <tglx@linutronix.de>
*
* Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*
* Info:
@ -46,7 +48,7 @@ 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 1216
#define NAND_MAX_OOBSIZE 1280
#define NAND_MAX_PAGESIZE 16384
/*