From c23986ec638057392a79993b1bb62ec3a2de8a97 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 24 Sep 2021 07:26:33 -0300 Subject: [PATCH] xtensa/esp32: Select ARCH_HAVE_BOOTLOADER for ESP32 chips Signed-off-by: Gustavo Henrique Nihei --- arch/xtensa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 1521009af35..43b405b90b4 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -17,6 +17,7 @@ config ARCH_CHIP_ESP32 select ARCH_HAVE_TEXT_HEAP select ARCH_HAVE_SDRAM select ARCH_HAVE_RESET + select ARCH_HAVE_BOOTLOADER select ARCH_VECNOTIRQ select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCHR