MLK-16034-01: change the maximum oob size

change the maximum oob size to 1872 for the MT29F128G08CBCCB raw NAND
chip on i.MX8QXP

Signed-off-by: Han Xu <han.xu@nxp.com>
(cherry picked from commit 58dee6ac965000f93693c36c93fb3d453293c43f)
This commit is contained in:
Han Xu 2017-07-19 11:40:59 -05:00 committed by Ye Li
parent e10f585e34
commit d297f33f47
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ 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 1664
#define NAND_MAX_OOBSIZE 1872
#define NAND_MAX_PAGESIZE 16384
/*