From b43b18492a103e1b198891507f155226277c90a1 Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Mon, 25 Dec 2023 23:42:17 +0800 Subject: [PATCH] alt.lds: use memory ORIGIN --- alt.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alt.lds b/alt.lds index 86a8dc7..77d5d52 100644 --- a/alt.lds +++ b/alt.lds @@ -5,7 +5,7 @@ MEMORY } SECTIONS { - . = 0xac020000; + . = ORIGIN(p1ram); .text ALIGN(4) : SUBALIGN(4) {