mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 05:17:38 +00:00
fix(mspi): fixed mspi clock wrong on ram loadable app on c5
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user