mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
refactor(lpperi): improve compatibility solution
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#elif CONFIG_IDF_TARGET_ESP32H2
|
||||
#include "esp32h2/rom/cache.h"
|
||||
#include "esp_memprot.h"
|
||||
#include "soc/lpperi_struct.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32C2
|
||||
#include "esp32c2/rom/cache.h"
|
||||
#include "esp32c2/rom/secure_boot.h"
|
||||
@@ -453,13 +452,6 @@ void IRAM_ATTR call_start_cpu0(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32H2
|
||||
// Some modules' register layout are not binary compatible among the different chip revisions,
|
||||
// they will be wrapped into a new compatible instance which will point to the correct register address according to the revision.
|
||||
// To ensure the compatible instance is initialized before used, the initialization is done after BBS is cleared
|
||||
lpperi_compatible_reg_addr_init();
|
||||
#endif
|
||||
|
||||
#if !CONFIG_APP_BUILD_TYPE_PURE_RAM_APP && !CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE && !SOC_CACHE_INTERNAL_MEM_VIA_L1CACHE
|
||||
// It helps to fix missed cache settings for other cores. It happens when bootloader is unicore.
|
||||
do_multicore_settings();
|
||||
|
||||
Reference in New Issue
Block a user