mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
mtd: nand: Increase the max OOB size
Some NANDs are now exposing 1664 OOB bytes per page. Adjust the NAND_MAX_OOBSIZE value accordingly. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
This commit is contained in:
parent
cd7f5e1cdf
commit
c1fe6b5b5e
1 changed files with 1 additions and 1 deletions
|
@ -48,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 1664
|
||||
#define NAND_MAX_PAGESIZE 16384
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue