partition_table: do not always display partition table contents on build

This commit is contained in:
Renz Bagaporo
2020-04-08 11:37:02 +08:00
parent 52338e9cda
commit acb7a211dd
3 changed files with 17 additions and 9 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ if(BOOTLOADER_BUILD OR NOT CONFIG_APP_BUILD_BOOTLOADER)
return()
endif()
add_dependencies(bootloader partition_table)
add_dependencies(bootloader partition_table_bin)
# When secure boot is enabled, do not flash bootloader along with invocation of `idf.py flash`
if(NOT CONFIG_SECURE_BOOT)
set(flash_bootloader FLASH_IN_PROJECT)