summaryrefslogtreecommitdiffstats
path: root/script.ld
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-09-14 14:59:30 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-09-14 14:59:30 +0800
commit177af7ea712d5fe70e1e96b453361db60dfffdab (patch)
treea602ab02378077b1453fbe37a2e8a83b846fa85f /script.ld
parentd9ddc5814be4b972fffc2ea8610d57f707f2dfeb (diff)
downloadbare-metal-arduino-due-177af7ea712d5fe70e1e96b453361db60dfffdab.tar.gz
Rename variables.
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
{