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 Icarus113 committed Sep 15, 2021
1 parent 4ac1989 commit cda4596
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 @@ -48,6 +48,9 @@ endif()
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 cda4596

Please sign in to comment.