From 61979fda9a751c0c926a03103235b2d1ca436342 Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Thu, 27 Mar 2025 20:54:59 +0800 Subject: [PATCH] change(esp_hw_support): optimize get hp/lp dbias implementation iram or flash usage --- components/esp_hw_support/linker.lf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/esp_hw_support/linker.lf b/components/esp_hw_support/linker.lf index 9baacf2ff4f..80d5053b9aa 100644 --- a/components/esp_hw_support/linker.lf +++ b/components/esp_hw_support/linker.lf @@ -23,6 +23,9 @@ entries: rtc_time (noflash_text) if SOC_PMU_SUPPORTED = y: pmu_sleep (noflash) + if PM_SLP_IRAM_OPT = y: + pmu_param:get_act_hp_dbias (noflash) + pmu_param:get_act_lp_dbias (noflash) if SOC_PMU_PVT_SUPPORTED = y && ESP_ENABLE_PVT = y: pmu_pvt (noflash) if SOC_USB_SERIAL_JTAG_SUPPORTED = y: