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:
Sylvio Alves 2024-10-24 19:40:22 -03:00 committed by Mahesh Mahadevan
commit 5678512fe8
3 changed files with 2 additions and 6 deletions

View file

@ -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