summaryrefslogtreecommitdiffstats
path: root/sb600spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 72181d1..caf1a99 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -50,7 +50,6 @@ int sb600_spi_read(struct flashchip *flash, uint8_t *buf, int start, int len)
int sb600_spi_write_256(struct flashchip *flash, uint8_t *buf, int start, int len)
{
- spi_disable_blockprotect();
return spi_write_chunked(flash, buf, start, len, 5);
}
OpenPOWER on IntegriCloud