mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
arch: esp32: Fix crash on startup
Summary:
- This commit fixes crash on startup introduced by commit 232aa62f03
Impact:
- Affects all use cases for esp32
Testing:
- Tested with esp32-core:smp with QEMU
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
0faf861256
commit
6232e7f84e
@@ -16,7 +16,6 @@ config ARCH_CHIP_ESP32
|
||||
select ARCH_HAVE_MULTICPU
|
||||
select ARCH_HAVE_MODULE_TEXT
|
||||
select ARCH_HAVE_SDRAM
|
||||
select ARCH_HAVE_HEAP2
|
||||
select ARCH_HAVE_RESET
|
||||
select ARCH_TOOLCHAIN_GNU
|
||||
---help---
|
||||
|
||||
@@ -138,6 +138,7 @@ config ESP32_SPI3
|
||||
config ESP32_SPIRAM
|
||||
bool "SPI RAM Support"
|
||||
default n
|
||||
select ARCH_HAVE_HEAP2
|
||||
|
||||
if ESP32_SPIRAM && SMP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user