summaryrefslogtreecommitdiff
path: root/ld_scripts/arm_flash_ram.ld
diff options
context:
space:
mode:
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));
}