soc: esp32s3: move cache mode call
Removed unused function declaration. Added missing include. Move Cache_Susped_DCache() call to proper function configuration call. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
02fc5e3f66
commit
5678512fe8
3 changed files with 2 additions and 6 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <esp_private/esp_mmu_map_private.h>
|
||||
#include <esp_private/mspi_timing_tuning.h>
|
||||
#include <esp_flash_internal.h>
|
||||
#include <esp_private/cache_utils.h>
|
||||
#include <sdkconfig.h>
|
||||
|
||||
#if CONFIG_ESP_SPIRAM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue