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:
Jiang Guang Ming 2024-07-02 17:16:25 +08:00
commit 6cfd5967e0

View File

@ -127,10 +127,6 @@ if(BOOTLOADER_BUILD)
elseif(target STREQUAL "esp32s2")
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()
if(CONFIG_ESP_ROM_HAS_NEWLIB)