diff --git a/components/soc/linker.lf b/components/soc/linker.lf index 8dd9e25cd..c943d6008 100644 --- a/components/soc/linker.lf +++ b/components/soc/linker.lf @@ -10,17 +10,17 @@ entries: rtc_sleep (noflash_text) rtc_time (noflash_text) rtc_wdt (noflash_text) - spi_hal_iram (noflash_text) - spi_slave_hal_iram (noflash_text) + spi_hal_iram (noflash) + spi_slave_hal_iram (noflash) if UART_ISR_IN_IRAM = y: - uart_hal_iram (noflash_text) + uart_hal_iram (noflash) else: uart_hal_iram (default) spi_flash_hal_iram (noflash) - ledc_hal_iram (noflash_text) + ledc_hal_iram (noflash) i2c_hal_iram (noflash) spi_flash_hal_gpspi (noflash) - lldesc (noflash_text) + lldesc (noflash) cpu_hal (noflash) soc_hal (noflash) wdt_hal_iram (noflash)