fix(rtc): fixed non-iram rtc code in early stage on p4 leading xip_psram stuck

This commit is contained in:
Armando
2024-06-26 16:05:44 +08:00
parent 2e2a621dca
commit 5fe080ea5a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -21,6 +21,9 @@ entries:
rtc_time (noflash_text)
if SOC_PMU_SUPPORTED = y:
pmu_sleep (noflash)
if SPIRAM_FLASH_LOAD_TO_PSRAM = y:
pmu_init (noflash)
pmu_param (noflash)
if SOC_USB_SERIAL_JTAG_SUPPORTED = y:
sleep_console (noflash)
if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y: