This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cb71469 esp32: Fix a typo. ESP_SPIRAM_BOOT_INIT ->
ESP32_SPIRAM_BOOT_INIT
cb71469 is described below
commit cb71469f85b5d07586627d1b43eb6de8d61336cd
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Tue Dec 15 15:40:35 2020 +0900
esp32: Fix a typo. ESP_SPIRAM_BOOT_INIT -> ESP32_SPIRAM_BOOT_INIT
---
arch/xtensa/src/esp32/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig
index 9fe6203..0a4a19d 100644
--- a/arch/xtensa/src/esp32/Kconfig
+++ b/arch/xtensa/src/esp32/Kconfig
@@ -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