This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit bc4a020146afb697d50f81db1187ba2e654ab51f Author: Tiago Medicci Serrano <[email protected]> AuthorDate: Mon May 6 09:57:21 2024 -0300 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
