alt.lds: use memory ORIGIN

This commit is contained in:
Zack Buhman 2023-12-25 23:42:17 +08:00
parent 2a721d8c01
commit b43b18492a

View File

@ -5,7 +5,7 @@ MEMORY
} }
SECTIONS SECTIONS
{ {
. = 0xac020000; . = ORIGIN(p1ram);
.text ALIGN(4) : SUBALIGN(4) .text ALIGN(4) : SUBALIGN(4)
{ {