Skip to content

Commit 61fb531

Browse files
esp-lisespressif-bot
authored andcommitted
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
1 parent e37d33c commit 61fb531

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

components/soc/esp32c61/include/soc/Kconfig.soc_caps.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,6 @@ config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
991991
bool
992992
default y
993993

994-
config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
995-
bool
996-
default y
997-
998994
config SOC_PM_PAU_LINK_NUM
999995
int
1000996
default 4

components/soc/esp32c61/include/soc/soc_caps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@
449449
#define SOC_PM_CPU_RETENTION_BY_SW (1)
450450
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
451451
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
452-
#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
453452

454453
#define SOC_PM_PAU_LINK_NUM (4)
455454
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)

0 commit comments

Comments
 (0)