]> granicus.if.org Git - esp-idf/commit
esp32: cpu_start: read binary image header via cache
authorchenjianqiang <chenjianqiang@espressif.com>
Wed, 11 Sep 2019 08:40:08 +0000 (16:40 +0800)
committerbot <bot@espressif.com>
Wed, 9 Oct 2019 06:25:26 +0000 (06:25 +0000)
commit579cbd82298df8701ff94f4abca8cb0afdd9e634
tree60437e586fe282378c60e32bb41e3f3021d564af
parent2b84f3e6c4829dc82c1e4f5efe22321910d4c89c
esp32: cpu_start: read binary image header via cache

When flash encryption is enabled, reading via cache also decrypts the
data, whereas spi_flash_read does not.
components/esp32/cpu_start.c