soc: espressif: Fix the cache size set calls
Move the cache size set calls from soc.c do common loader.c for all related SOCs. Remove unnecessary includes. Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
parent
ea80a331c0
commit
8c373b9bae
5 changed files with 9 additions and 28 deletions
|
@ -45,9 +45,6 @@
|
|||
#include <esp_clk_internal.h>
|
||||
#include <esp_app_format.h>
|
||||
|
||||
#ifdef CONFIG_MCUBOOT
|
||||
#include "bootloader_init.h"
|
||||
#endif /* CONFIG_MCUBOOT */
|
||||
#include <zephyr/sys/printk.h>
|
||||
|
||||
#if CONFIG_ESP_SPIRAM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue