mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Addresses a build failure that occurs when flash encryption is enabled with default configurations. The build failure did not manifest in the CI environment because the configuration CONFIG_SECURE_FLASH_REQUIRE_ALREADY_ENABLED is set in sdkconfig.ci. This configuration is responsible for reducing the bootloader size. Closes https://github.com/espressif/esp-idf/issues/12619