mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +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_MULTICPU
|
||||||
select ARCH_HAVE_MODULE_TEXT
|
select ARCH_HAVE_MODULE_TEXT
|
||||||
select ARCH_HAVE_SDRAM
|
select ARCH_HAVE_SDRAM
|
||||||
select ARCH_HAVE_HEAP2
|
|
||||||
select ARCH_HAVE_RESET
|
select ARCH_HAVE_RESET
|
||||||
select ARCH_TOOLCHAIN_GNU
|
select ARCH_TOOLCHAIN_GNU
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ config ESP32_SPI3
|
|||||||
config ESP32_SPIRAM
|
config ESP32_SPIRAM
|
||||||
bool "SPI RAM Support"
|
bool "SPI RAM Support"
|
||||||
default n
|
default n
|
||||||
|
select ARCH_HAVE_HEAP2
|
||||||
|
|
||||||
if ESP32_SPIRAM && SMP
|
if ESP32_SPIRAM && SMP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user