esp_mm: h2 support

This commit is contained in:
Armando
2023-02-06 14:58:26 +08:00
parent 4c878eeb0a
commit 06e7c02da7
8 changed files with 32 additions and 38 deletions

View File

@@ -400,10 +400,7 @@ void IRAM_ATTR call_start_cpu0(void)
mspi_timing_flash_tuning();
#endif
#if !CONFIG_IDF_TARGET_ESP32H2
//ESP32H2 MMU-TODO: IDF-6251
esp_mmu_map_init();
#endif //!CONFIG_IDF_TARGET_ESP32H2
#if CONFIG_SPIRAM_BOOT_INIT
if (esp_psram_init() != ESP_OK) {