xtensa/esp32: Select ARCH_HAVE_BOOTLOADER for ESP32 chips

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-09-24 07:26:33 -03:00 committed by Xiang Xiao
parent 86518bdf25
commit c23986ec63

View File

@ -17,6 +17,7 @@ config ARCH_CHIP_ESP32
select ARCH_HAVE_TEXT_HEAP select ARCH_HAVE_TEXT_HEAP
select ARCH_HAVE_SDRAM select ARCH_HAVE_SDRAM
select ARCH_HAVE_RESET select ARCH_HAVE_RESET
select ARCH_HAVE_BOOTLOADER
select ARCH_VECNOTIRQ select ARCH_VECNOTIRQ
select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCPY
select LIBC_ARCH_MEMCHR select LIBC_ARCH_MEMCHR