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:
parent
e10f585e34
commit
d297f33f47
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue