fix(mspi): fixed mspi clock wrong on ram loadable app on c5

This commit is contained in:
Armando
2024-09-08 10:03:45 +08:00
parent f0a2091e4d
commit 42cf1d8867
4 changed files with 16 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ static inline void bootloader_hardware_init(void)
#if !CONFIG_APP_BUILD_TYPE_PURE_RAM_APP
// IDF-10019 TODO: This is temporarily for ESP32P4-ECO0, please remove it when eco0 is not widly used.
if (likely(ESP_CHIP_REV_ABOVE(chip_version, 1))) {
bootloader_flash_init_core_clock();
bootloader_init_mspi_clock();
}
#endif
}