diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2015-03-29 21:37:03 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2016-08-18 23:36:07 +0200 |
commit | 7b2d322df819e8a339cdb534e69d8e205765d3b2 (patch) | |
tree | c18a85a712285d6f3939113824eb2f2636833992 /ld_scripts/arm_flash_ram.ld | |
parent | 29d8f1b4e89f31e2f3b448c4d40c6c2518629686 (diff) |
Added STM32L0 support.
Diffstat (limited to 'ld_scripts/arm_flash_ram.ld')
-rw-r--r-- | ld_scripts/arm_flash_ram.ld | 2 |
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)); } |