aboutsummaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 11753337..c794afc8 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1695,6 +1695,9 @@ const struct flashchip flashchips[] = {
}, {
.eraseblocks = { {64 * 1024, 1} },
.block_erase = spi_block_erase_c7,
+ }, {
+ .eraseblocks = { {64 * 1024, 1} },
+ .block_erase = spi_block_erase_62,
}
},
.printlock = spi_prettyprint_status_register_at25f512b,