summaryrefslogtreecommitdiffstats
path: root/script.ld
diff options
context:
space:
mode:
Diffstat (limited to 'script.ld')
-rw-r--r--script.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.ld b/script.ld
index 64492fc..7a67dcf 100644
--- a/script.ld
+++ b/script.ld
@@ -4,7 +4,7 @@ MEMORY
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 96K
}
-sp = ORIGIN(ram) + LENGTH(ram);
+_sp = ORIGIN(ram) + LENGTH(ram);
SECTIONS
{