aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/VLDiscovery/flash.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/VLDiscovery/flash.ld')
-rw-r--r--support/ld/VLDiscovery/flash.ld24
1 files changed, 0 insertions, 24 deletions
diff --git a/support/ld/VLDiscovery/flash.ld b/support/ld/VLDiscovery/flash.ld
deleted file mode 100644
index 44ff8a1..0000000
--- a/support/ld/VLDiscovery/flash.ld
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * VLDiscovery (STM32F100RBT6, medium density) linker script for Flash builds.
- */
-
-/*
- * Define memory spaces.
- */
-MEMORY
-{
- ram (rwx) : ORIGIN = 0x20000000, LENGTH = 8K
- rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
-}
-
-REGION_ALIAS("REGION_TEXT", rom);
-REGION_ALIAS("REGION_DATA", ram);
-REGION_ALIAS("REGION_BSS", ram);
-REGION_ALIAS("REGION_RODATA", rom);
-
-/*
- * Define the rest of the sections
- */
-_FLASH_BUILD = 1;
-
-INCLUDE common.inc