Update esp32s2-hal/ld/link-esp32s2.x

Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com>
This commit is contained in:
Björn Quentin 2022-08-22 15:25:09 +02:00 committed by GitHub
parent 92d618a8e5
commit 520f8d6f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ SECTIONS {
*(.noinit .noinit.*) *(.noinit .noinit.*)
} > RWDATA } > RWDATA
.dram0_reserved_for_data (NOLOAD) : ALIGN(4) .iram0_reserved_for_data (NOLOAD) : ALIGN(4)
{ {
. = ORIGIN(RWTEXT) + SIZEOF(.data) + SIZEOF(.bss) + SIZEOF(.noinit); . = ORIGIN(RWTEXT) + SIZEOF(.data) + SIZEOF(.bss) + SIZEOF(.noinit);
} > RWTEXT } > RWTEXT