mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
x1000: Bump NAND_DRV_MAXPAGESIZE to (2048+128)
X6G01C flash has 128B of ECC data per page, overruning our buffer. Change-Id: I8caa8bec6291f1b3391af9c7da1ee22805ff01e2
This commit is contained in:
parent
c826554067
commit
5563643b38
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
/* keep max page size in sync with the NAND chip table in the .c file */
|
||||
#define NAND_DRV_SCRATCHSIZE 32
|
||||
#define NAND_DRV_MAXPAGESIZE 2112
|
||||
#define NAND_DRV_MAXPAGESIZE (2048+128)
|
||||
|
||||
/* Quad I/O support bit */
|
||||
#define NAND_CHIPFLAG_QUAD 0x0001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue