mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 06:40:47 +00:00
Update esp32s2-hal/ld/link-esp32s2.x
Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com>
This commit is contained in:
parent
92d618a8e5
commit
520f8d6f41
@ -56,7 +56,7 @@ SECTIONS {
|
||||
*(.noinit .noinit.*)
|
||||
} > RWDATA
|
||||
|
||||
.dram0_reserved_for_data (NOLOAD) : ALIGN(4)
|
||||
.iram0_reserved_for_data (NOLOAD) : ALIGN(4)
|
||||
{
|
||||
. = ORIGIN(RWTEXT) + SIZEOF(.data) + SIZEOF(.bss) + SIZEOF(.noinit);
|
||||
} > RWTEXT
|
||||
|
Loading…
x
Reference in New Issue
Block a user