mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
esp32_psram.c: Remove a seemingly stale comment
This commit is contained in:
committed by
Xiang Xiao
parent
2465b67c84
commit
fb58ac99fa
@@ -605,8 +605,6 @@ static void IRAM_ATTR
|
|||||||
* 0 -->32k, (accord with the settings in cache_sram_mmu_set)
|
* 0 -->32k, (accord with the settings in cache_sram_mmu_set)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* get into unknown exception if not comment */
|
|
||||||
|
|
||||||
regval = getreg32(DPORT_PRO_CACHE_CTRL1_REG);
|
regval = getreg32(DPORT_PRO_CACHE_CTRL1_REG);
|
||||||
regval &= ~(DPORT_PRO_CMMU_SRAM_PAGE_MODE <<
|
regval &= ~(DPORT_PRO_CMMU_SRAM_PAGE_MODE <<
|
||||||
DPORT_PRO_CMMU_SRAM_PAGE_MODE_S);
|
DPORT_PRO_CMMU_SRAM_PAGE_MODE_S);
|
||||||
|
|||||||
Reference in New Issue
Block a user