]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/arc/emsdp1.1.ld
c50ba068477d945a05b4ce803e96536e13473edc
[newlib-cygwin.git] / libgloss / arc / emsdp1.1.ld
1 /* Memory map for ARC EM Software Development Platform 1.0 and 1.1 */
2
3 MEMORY
4 {
5 PSRAM : ORIGIN = 0x10000000, LENGTH = 16M
6 ICCM0 : ORIGIN = 0x60000000, LENGTH = 128K
7 DCCM : ORIGIN = 0x80000000, LENGTH = 128K
8 }
9
10 REGION_ALIAS("startup", ICCM0)
11 REGION_ALIAS("text", ICCM0)
12 REGION_ALIAS("data", DCCM)
13 REGION_ALIAS("sdata", DCCM)
14
15 INCLUDE arcv2elf-common.ld
This page took 0.036781 seconds and 5 git commands to generate.