linker: esp32: move regi2c_ctrl to iram
This prevents boot lock up due to critical sections calls during bootloader stage. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
6bfea730b1
commit
9857f114f8
6 changed files with 6 additions and 2 deletions
|
@ -458,6 +458,7 @@ SECTIONS
|
|||
*libzephyr.a:systimer.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:mspi_timing_config.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:mspi_timing_tuning.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:regi2c_ctrl.*(.literal .text .literal.* .text.*)
|
||||
*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable)
|
||||
|
||||
/* [mapping:soc_pm] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue