summaryrefslogtreecommitdiffstatshomepage
path: root/stm/stm32f405.ld
diff options
context:
space:
mode:
Diffstat (limited to 'stm/stm32f405.ld')
-rw-r--r--stm/stm32f405.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/stm/stm32f405.ld b/stm/stm32f405.ld
index 231dbcbe70..c19e6a1c19 100644
--- a/stm/stm32f405.ld
+++ b/stm/stm32f405.ld
@@ -19,10 +19,6 @@ _minimum_heap_size = 16K;
/* top end of the stack */
_estack = ORIGIN(RAM) + LENGTH(RAM);
-_ram_start = 0x20000000;
-_ram_end = 0x20020000;
-_heap_end = 0x2001c000;
-
/* define output sections */
SECTIONS
{