esp32: Fix a typo. ESP_SPIRAM_BOOT_INIT -> ESP32_SPIRAM_BOOT_INIT
This commit is contained in:
parent
2ccc37f2a8
commit
cb71469f85
|
@ -569,7 +569,7 @@ config ESP32_SPIRAM_BOOT_INIT
|
|||
config ESP32_SPIRAM_IGNORE_NOTFOUND
|
||||
bool "Ignore PSRAM when not found"
|
||||
default "n"
|
||||
depends on ESP_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA
|
||||
depends on ESP32_SPIRAM_BOOT_INIT && !BOOT_SDRAM_DATA
|
||||
help
|
||||
Normally, if psram initialization is enabled during compile time
|
||||
but not found at runtime, it is seen as an error making the CPU
|
||||
|
|
Loading…
Reference in New Issue