Disable SPIRAM bankswitch on esp32
We don't use this facility, which was reserving the last 256kiB of psram.
This commit is contained in:
parent
953f44b46e
commit
ea52ca66dc
|
@ -294,8 +294,7 @@ CONFIG_SPIRAM_CACHE_LIBFILE_IN_IRAM=y
|
|||
CONFIG_SPIRAM_CACHE_LIBMISC_IN_IRAM=y
|
||||
# end of SPIRAM workaround libraries placement
|
||||
|
||||
CONFIG_SPIRAM_BANKSWITCH_ENABLE=y
|
||||
CONFIG_SPIRAM_BANKSWITCH_RESERVE=8
|
||||
CONFIG_SPIRAM_BANKSWITCH_ENABLE=n
|
||||
|
||||
#
|
||||
# PSRAM clock and cs IO for ESP32-DOWD
|
||||
|
|
Loading…
Reference in New Issue