forked from espressif/esp-idf
Merge branch 'bugfix/idf-11643' into 'master'
fix some issues on esp32c61 eco2 Closes IDF-11643 See merge request espressif/esp-idf!36257
This commit is contained in:
@ -1139,10 +1139,6 @@ config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SOC_PM_PAU_LINK_NUM
|
config SOC_PM_PAU_LINK_NUM
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
@ -467,7 +467,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_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
|
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
|
||||||
#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
|
|
||||||
|
|
||||||
#define SOC_PM_PAU_LINK_NUM (4)
|
#define SOC_PM_PAU_LINK_NUM (4)
|
||||||
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)
|
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)
|
||||||
|
Reference in New Issue
Block a user