mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(spi_flash): fix a bug where l2 cache was configured from flash
This commit is contained in:
parent
69972b2a1e
commit
6f888390ab
@ -933,7 +933,7 @@ esp_err_t esp_enable_cache_wrap(bool icache_wrap_enable)
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32P4
|
||||
//TODO: IDF-5670
|
||||
void esp_config_l2_cache_mode(void)
|
||||
void IRAM_ATTR esp_config_l2_cache_mode(void)
|
||||
{
|
||||
cache_size_t cache_size;
|
||||
cache_line_size_t cache_line_size;
|
||||
|
Loading…
Reference in New Issue
Block a user