aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/maple_mini/ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/maple_mini/ram.ld')
-rw-r--r--support/ld/maple_mini/ram.ld5
1 files changed, 0 insertions, 5 deletions
diff --git a/support/ld/maple_mini/ram.ld b/support/ld/maple_mini/ram.ld
index 0ba0252..5b0111b 100644
--- a/support/ld/maple_mini/ram.ld
+++ b/support/ld/maple_mini/ram.ld
@@ -11,11 +11,6 @@ MEMORY
rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K
}
-/*
- * Use medium density device vector table
- */
-GROUP(libcs3_stm32_med_density.a)
-
REGION_ALIAS("REGION_TEXT", ram);
REGION_ALIAS("REGION_DATA", ram);
REGION_ALIAS("REGION_BSS", ram);