mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
28f19cf0e6
1st bootloader won't help to initialize the MSPI & cache properly as it usually do when loading from flash. And the ram app doesn't have valid headers. Since there is no enough space in 2nd bootloader, we replace the `bootloader_init_spi_flash` in the ram_app (!pure_ram_app), with an customized alternative of it for the ram_app. This alternative helps to initialize the MSPI & cache properly, without the help of 1st bootloader or image headers. |
||
---|---|---|
.. | ||
esp_private | ||
bootloader_flash_config.h | ||
bootloader_flash_override.h | ||
bootloader_flash_priv.h | ||
bootloader_flash.h | ||
flash_qio_mode.h |