Cleanup of previous merge commit

This commit is contained in:
Angus Gratton
2019-08-09 15:26:49 +10:00
committed by Angus Gratton
parent 04ae56806c
commit 2f56116db2
7 changed files with 59 additions and 186 deletions

View File

@@ -7,7 +7,7 @@ set(srcs
"src/esp_image_format.c"
"src/flash_partitions.c"
"src/flash_qio_mode.c"
"src/${IDF_TARGET}/bootloader_flash_config_${IDF_TARGET}.c"
"src/bootloader_flash_config_${IDF_TARGET}.c"
)
if(CONFIG_IDF_TARGET_ESP32)

View File

@@ -19,6 +19,8 @@ ifndef IS_BOOTLOADER_BUILD
COMPONENT_OBJEXCLUDE := src/bootloader_init.o
endif
COMPONENT_OBJEXCLUDE += src/bootloader_flash_config_esp32s2beta.o
#
# Secure boot signing key support
#