aboutsummaryrefslogtreecommitdiffstats
path: root/device.lds
diff options
context:
space:
mode:
Diffstat (limited to 'device.lds')
-rw-r--r--device.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.lds b/device.lds
index ec4729d..d4ca9f1 100644
--- a/device.lds
+++ b/device.lds
@@ -50,5 +50,5 @@ SECTIONS
. = ALIGN(2);
PROVIDE(_memory_start = ORIGIN(RAM));
PROVIDE(_memory_end = _memory_start + LENGTH(RAM));
- PROVIDE(_stack_top = . + _memory_end);
+ PROVIDE(_stack_top = _memory_end);
}