Skip to content

Commit 06aea27

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/idf-11643' into 'master'
fix some issues on esp32c61 eco2 Closes IDF-11643 See merge request espressif/esp-idf!36257
2 parents 6616a75 + aff82cc commit 06aea27

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
@@ -1139,10 +1139,6 @@ config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
11391139
bool
11401140
default y
11411141

1142-
config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
1143-
bool
1144-
default y
1145-
11461142
config SOC_PM_PAU_LINK_NUM
11471143
int
11481144
default 4

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@
467467
#define SOC_PM_CPU_RETENTION_BY_SW (1)
468468
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
469469
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
470-
#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
471470

472471
#define SOC_PM_PAU_LINK_NUM (4)
473472
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)

0 commit comments

Comments
 (0)