mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bootloader: Link RTC clock functions to the iram_loader section
As flash encryption & secure boot needs these functions after the app is loaded.
Fixes regression introduced in fb72a6f629
This commit is contained in:
parent
d4ee21bd6d
commit
69241907a5
@ -40,6 +40,7 @@ SECTIONS
|
|||||||
*(.iram1 .iram1.*) /* catch stray IRAM_ATTR */
|
*(.iram1 .iram1.*) /* catch stray IRAM_ATTR */
|
||||||
*liblog.a:(.literal .text .literal.* .text.*)
|
*liblog.a:(.literal .text .literal.* .text.*)
|
||||||
*libgcc.a:(.literal .text .literal.* .text.*)
|
*libgcc.a:(.literal .text .literal.* .text.*)
|
||||||
|
*libbootloader_support.a:bootloader_clock.*(.literal .text .literal.* .text.*)
|
||||||
*libbootloader_support.a:bootloader_common.*(.literal .text .literal.* .text.*)
|
*libbootloader_support.a:bootloader_common.*(.literal .text .literal.* .text.*)
|
||||||
*libbootloader_support.a:bootloader_flash.*(.literal .text .literal.* .text.*)
|
*libbootloader_support.a:bootloader_flash.*(.literal .text .literal.* .text.*)
|
||||||
*libbootloader_support.a:bootloader_random.*(.literal .text .literal.* .text.*)
|
*libbootloader_support.a:bootloader_random.*(.literal .text .literal.* .text.*)
|
||||||
@ -53,6 +54,7 @@ SECTIONS
|
|||||||
*libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
|
*libmicro-ecc.a:*.*(.literal .text .literal.* .text.*)
|
||||||
*libspi_flash.a:*.*(.literal .text .literal.* .text.*)
|
*libspi_flash.a:*.*(.literal .text .literal.* .text.*)
|
||||||
*libsoc.a:rtc_wdt.*(.literal .text .literal.* .text.*)
|
*libsoc.a:rtc_wdt.*(.literal .text .literal.* .text.*)
|
||||||
|
*libsoc.a:rtc_clk.*(.literal .text .literal.* .text.*)
|
||||||
*libefuse.a:*.*(.literal .text .literal.* .text.*)
|
*libefuse.a:*.*(.literal .text .literal.* .text.*)
|
||||||
*(.fini.literal)
|
*(.fini.literal)
|
||||||
*(.fini)
|
*(.fini)
|
||||||
|
Loading…
Reference in New Issue
Block a user