Skip to content

Commit 7f79650

Browse files
committed
Added support of chip sizes more than 4GB
1 parent 1b40ccb commit 7f79650

25 files changed

+395
-376
lines changed

firmware/programmer/chip_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ typedef struct
1010
{
1111
uint32_t page_size; /* without spare area */
1212
uint32_t block_size;
13-
uint32_t total_size;
13+
uint64_t total_size;
1414
uint32_t spare_size;
1515
uint8_t bb_mark_off;
1616
} chip_info_t;

0 commit comments

Comments
 (0)