Mahavir Jain 56accfe4c4 spi_flash: esp32: fix regression in encrypted flash write
In commit 309376f51ae01bf0dcfa45d5b00a71657c3df7b2, 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-29 14:51:58 +05:30
..