mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
When CONFIG_SECURE_BOOT_V2_ENABLED=y but CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES is not set, produce the binary directly as bootloader.bin instead of bootloader-unsigned.bin. This matches the v1 behavior where the intermediate binary name is conditional: bootloader-unsigned.bin only when build-time signing is enabled (so the signed output can be named bootloader.bin), otherwise the output is bootloader.bin directly. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>