mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02: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:
committed by
Angus Gratton
parent
5c5770dddb
commit
c052a38e2a
@@ -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)
|
||||||
|
Reference in New Issue
Block a user