summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ichspi.c b/ichspi.c
index 8fa3c29..d6f9118 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -690,7 +690,6 @@ int ich_spi_write_256(struct flashchip *flash, uint8_t * buf, int start, int len
if (spi_controller == SPI_CONTROLLER_VIA)
maxdata = 16;
- spi_disable_blockprotect();
return spi_write_chunked(flash, buf, start, len, maxdata);
}
OpenPOWER on IntegriCloud