Skip to content

Commit

Permalink
esp32: Fix a typo. ESP_SPIRAM_BOOT_INIT -> ESP32_SPIRAM_BOOT_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed Dec 15, 2020
1 parent 2ccc37f commit cb71469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/src/esp32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb71469

Please sign in to comment.