]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/board/arm/ul_usb1/libs/ldscripts/lpc2103.ld-cfg
Merge master into can-usb1 branch to include proc update for 3.12+ kernels.
[lincan.git] / embedded / board / arm / ul_usb1 / libs / ldscripts / lpc2103.ld-cfg
1 PROVIDE( __bbconf_pt_addr = 0 );
2
3 /* Memory Definitions */
4 MEMORY
5 {
6   FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00008000
7   RAM (rw) : ORIGIN = 0x40000000, LENGTH = 0x00001FE0
8   STACK (rw) : ORIGIN = 0x40000000 + 0x00001FE0 - 4, LENGTH = 4
9
10   FLASHVEC (rx) : ORIGIN = 0x00000000, LENGTH = 0x00000020
11   RAMVEC (w)  : ORIGIN = 0x40000000, LENGTH = 0x00000020
12 }
13