Skip to content

Commit 1fec4e1

Browse files
committed
Increase the page buffer.
Change-Id: I085593fcbee9a27c394a8d1ded657a97dc6808c9
1 parent a55ebe6 commit 1fec4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/programmer/nand_programmer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <inttypes.h>
2020

2121
#define NP_PACKET_BUF_SIZE 64
22-
#define NP_MAX_PAGE_SIZE 0x0840 /* 2KB + 64 spare */
22+
#define NP_MAX_PAGE_SIZE 0x21C0 /* 8KB + 448 spare */
2323
#define NP_WRITE_ACK_BYTES 1984
2424
#define NP_NAND_TIMEOUT 0x1000000
2525

0 commit comments

Comments
 (0)