From bc4a020146afb697d50f81db1187ba2e654ab51f Mon Sep 17 00:00:00 2001 From: Tiago Medicci Serrano Date: Mon, 6 May 2024 09:57:21 -0300 Subject: [PATCH] Revert "esp32s3: give ESP32S3_APP_FORMAT_LEGACY a prompt" This reverts commit 2295fa818dd077a1e383b6a2360311d1d6e30acb. --- arch/xtensa/src/esp32s3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/src/esp32s3/Kconfig b/arch/xtensa/src/esp32s3/Kconfig index 5c1a11d863..96b8ce78a8 100644 --- a/arch/xtensa/src/esp32s3/Kconfig +++ b/arch/xtensa/src/esp32s3/Kconfig @@ -2276,7 +2276,7 @@ config ESP32S3_APP_FORMAT_MCUBOOT Enables the Espressif port of MCUboot to be used as 2nd stage bootloader. config ESP32S3_APP_FORMAT_LEGACY - bool "Enable legacy boot format" + bool default y if BUILD_PROTECTED ---help--- This is the legacy application image format, as supported by the ESP-IDF