summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 6fced9eeb..7d10abf54 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -18765,13 +18765,14 @@ const struct flashchip flashchips[] = {
.model_id = PROGDEV_ID,
.total_size = 64, /* This size is set temporarily */
.page_size = 256,
+ .feature_bits = FEATURE_4BA,
.tested = TEST_OK_PREW,
.probe = probe_variable_size,
.block_erasers =
{
{
.eraseblocks = { {64 * 1024, 1} },
- .block_erase = spi_block_erase_d8,
+ .block_erase = spi_block_erase_c7,
}
},
.write = spi_chip_write_256,