OVMS3-idf/components/spi_flash/esp32
Mahavir Jain 939a7ada04 spi_flash: esp32: fix regression in encrypted flash write
In commit 309376f51a, it seems like regression
was added to use ROM level API for disabling flash write protection. This
started random firmware crashes (on specific modules) with exception
`IllegalInstruction` during encrypted flash writes.

Fix here removes relevant ROM API call, since disabling flash write protection
is already ensured by caller of this API.

Closes https://github.com/espressif/esp-idf/issues/5467
2020-06-26 18:20:06 +05:30
..
flash_ops_esp32.c spi_flash: esp32: fix regression in encrypted flash write 2020-06-26 18:20:06 +05:30
spi_flash_rom_patch.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00