Skip to content

Commit cb6e67c

Browse files
authored
Disable the XIP-PSRAM feature
1 parent d35c132 commit cb6e67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/defconfig.opi_ram

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ CONFIG_GDMA_ISR_IRAM_SAFE=y
88
# place non-ISR FreeRTOS functions in Flash
99
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
1010
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
11-
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
12-
CONFIG_SPIRAM_RODATA=y
11+
# CONFIG_SPIRAM_FETCH_INSTRUCTIONS is not set
12+
# CONFIG_SPIRAM_RODATA is not set

0 commit comments

Comments
 (0)