summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/elf-lm3s301.ld
blob: 9a0041203cbebe53a67ede90d6af013d0b93910d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Linker script for Luminary Micro LM3S301.  */

MEMORY {
  rom (rx) : ORIGIN = 0x00000000, LENGTH = 16K
  ram (w)  : ORIGIN = 0x20000000, LENGTH = 2K
}

SECTIONS {
  _stack = 0x20000000 + 2K;
}

INCLUDE cm3.ld
INCLUDE ldscripts/armelf.xc