mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
754d631247
Fixes the issue that signed partition table was not generated when CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES was on, because partition_table_bin depended on unsigned_partition_bin twice. Regression from acb7a211. Also use final_partition_bin variable in esptool_py_flash_target_image arguments, to avoid issues in the future if final_partition_bin is changed.