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 ac49459..5f7f99e 100644
--- a/script.ld
+++ b/script.ld
@@ -38,5 +38,5 @@ SECTIONS
__bss_end__ = . ;
} > ram
- StackTop = ORIGIN(ram) + LENGTH(ram);
+ sp = ORIGIN(ram) + LENGTH(ram);
}