kopia lustrzana https://github.com/espressif/esp-idf
fix bootloader build with rom flash driver
Closes https://github.com/espressif/esp-idf/pull/7508 Closes https://github.com/espressif/esp-idf/issues/6849pull/7680/head
rodzic
4ac198906e
commit
cda459672a
|
@ -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()
|
||||
|
|
Ładowanie…
Reference in New Issue