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:
Solomon Peachy 2026-01-30 06:01:06 -05:00
parent c826554067
commit 5563643b38

View file

@ -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