esp32: Fix a typo. ESP_SPIRAM_BOOT_INIT -> ESP32_SPIRAM_BOOT_INIT

This commit is contained in:
YAMAMOTO Takashi 2020-12-15 15:40:35 +09:00 committed by Xiang Xiao
parent 2ccc37f2a8
commit cb71469f85
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ config ESP32_SPIRAM_BOOT_INIT
config ESP32_SPIRAM_IGNORE_NOTFOUND config ESP32_SPIRAM_IGNORE_NOTFOUND
bool "Ignore PSRAM when not found" bool "Ignore PSRAM when not found"
default "n" default "n"
depends on ESP_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA depends on ESP32_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA
help help
Normally, if psram initialization is enabled during compile time Normally, if psram initialization is enabled during compile time
but not found at runtime, it is seen as an error making the CPU but not found at runtime, it is seen as an error making the CPU