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