summaryrefslogtreecommitdiff
path: root/ld_scripts/arm_flash_ram.ld
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2015-03-29 21:37:03 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2015-03-29 21:37:03 +0200
commit49012588461f1a43e9e476f676d946d91c3df9e7 (patch)
treed9e6ab6bf279889ca660ddb86f3942d41e54bf3e /ld_scripts/arm_flash_ram.ld
parent7b4ba03bc45dfed09759b9d0f99f6ddfde51ac43 (diff)
Added STM32L0 support.
Diffstat (limited to 'ld_scripts/arm_flash_ram.ld')
-rw-r--r--ld_scripts/arm_flash_ram.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_scripts/arm_flash_ram.ld b/ld_scripts/arm_flash_ram.ld
index 9e3f983..34b8a80 100644
--- a/ld_scripts/arm_flash_ram.ld
+++ b/ld_scripts/arm_flash_ram.ld
@@ -75,4 +75,6 @@ SECTIONS {
. = ALIGN(4);
PROVIDE(_bss_end = .);
} > ram
+
+ PROVIDE(_ram_end = ORIGIN(ram) + LENGTH(ram));
}