diff options
Diffstat (limited to 'dummyflasher.c')
-rw-r--r-- | dummyflasher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dummyflasher.c b/dummyflasher.c index 479a9385..241dcee6 100644 --- a/dummyflasher.c +++ b/dummyflasher.c @@ -173,6 +173,5 @@ int dummy_spi_read(struct flashchip *flash, uint8_t *buf, int start, int len) */ int dummy_spi_write_256(struct flashchip *flash, uint8_t *buf, int start, int len) { - spi_disable_blockprotect(); return spi_write_chunked(flash, buf, start, len, 256); } |