forked from espressif/esp-idf
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
This commit is contained in:
@@ -1347,10 +1347,6 @@ config SOC_PM_MODEM_RETENTION_BY_REGDMA
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
|
config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@@ -569,7 +569,6 @@
|
|||||||
|
|
||||||
#define SOC_PM_CPU_RETENTION_BY_SW (1)
|
#define SOC_PM_CPU_RETENTION_BY_SW (1)
|
||||||
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
|
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
|
||||||
#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
|
|
||||||
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
|
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
|
||||||
|
|
||||||
#define SOC_PM_PAU_LINK_NUM (5)
|
#define SOC_PM_PAU_LINK_NUM (5)
|
||||||
|
Reference in New Issue
Block a user