mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/esp_rom_cmakelists_cleanup' into 'master'
fix(esp_rom): cleanup esp_rom CMakeList.txt See merge request espressif/esp-idf!31756
This commit is contained in:
commit
6cfd5967e0
@ -127,10 +127,6 @@ if(BOOTLOADER_BUILD)
|
|||||||
|
|
||||||
elseif(target STREQUAL "esp32s2")
|
elseif(target STREQUAL "esp32s2")
|
||||||
rom_linker_script("spiflash_legacy")
|
rom_linker_script("spiflash_legacy")
|
||||||
|
|
||||||
elseif(target STREQUAL "esp32c6")
|
|
||||||
# The linking of the bootloader needs to use the rom_i2c_writeReg_Mask in esp32c6.rom.phy.ld
|
|
||||||
rom_linker_script("phy")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_ESP_ROM_HAS_NEWLIB)
|
if(CONFIG_ESP_ROM_HAS_NEWLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user