diff options
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 421927ea..32c3514b 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5043,7 +5043,7 @@ struct flashchip flashchips[] = { .block_erasers = { { - .eraseblocks = { {1 * 1024, 496} }, + .eraseblocks = { {1 * 1024, 512} }, .block_erase = erase_sector_jedec, }, { .eraseblocks = { {512 * 1024, 1} }, |