Skip to content

Commit

Permalink
fix bootloader build with rom flash driver
Browse files Browse the repository at this point in the history
Closes #7508
Closes #6849
  • Loading branch information
boarchuz authored and espressif-bot committed Nov 8, 2021
1 parent 98d34e5 commit 22fad51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/esp_rom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ rom_linker_script("libgcc")
if(BOOTLOADER_BUILD)
if(target STREQUAL "esp32")
rom_linker_script("newlib-funcs")
if(NOT CONFIG_SPI_FLASH_ROM_DRIVER_PATCH)
rom_linker_script("spiflash")
endif()
if(CONFIG_ESP32_REV_MIN_3)
rom_linker_script("eco3")
endif()
Expand Down

0 comments on commit 22fad51

Please sign in to comment.