SPI flash: Block erase size 64KB not 32KB

Reverts changes made in 9f9d92b2df
This commit is contained in:
Angus Gratton
2016-12-09 14:18:58 +11:00
parent bf7fbdf3cf
commit 8ba75a1e9f
3 changed files with 6 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
#include "cache_utils.h"
/* bytes erased by SPIEraseBlock() ROM function */
#define BLOCK_ERASE_SIZE 32768
#define BLOCK_ERASE_SIZE 65536
#if CONFIG_SPI_FLASH_ENABLE_COUNTERS
static const char* TAG = "spi_flash";