summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/elf-lm3s31x.ld
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/arm/elf-lm3s31x.ld')
-rw-r--r--libgloss/arm/elf-lm3s31x.ld13
1 files changed, 0 insertions, 13 deletions
diff --git a/libgloss/arm/elf-lm3s31x.ld b/libgloss/arm/elf-lm3s31x.ld
deleted file mode 100644
index c5403df65..000000000
--- a/libgloss/arm/elf-lm3s31x.ld
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Linker script for Luminary Micro LM3S315, LM3S316. */
-
-MEMORY {
- rom (rx) : ORIGIN = 0x00000000, LENGTH = 16K
- ram (w) : ORIGIN = 0x20000000, LENGTH = 4K
-}
-
-SECTIONS {
- _stack = 0x20000000 + 4K;
-}
-
-INCLUDE cm3.ld
-INCLUDE ldscripts/armelf.xc