aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flashchips.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index eee1ed98..d93f8d84 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -16854,6 +16854,9 @@ const struct flashchip flashchips[] = {
.eraseblocks = { { 256 * 1024, 256} },
.block_erase = spi_block_erase_dc,
}, {
+ .eraseblocks = { { 256 * 1024, 256} },
+ .block_erase = spi_block_erase_d8,
+ }, {
.eraseblocks = { { 65536 * 1024, 1} },
.block_erase = spi_block_erase_60,
}, {