mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 20:40:24 +08:00
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
|
/* Memory map for ARC EM Software Development Platform 1.2 */
|
||
|
|
||
|
MEMORY
|
||
|
{
|
||
|
ICCM0 : ORIGIN = 0x10000000, LENGTH = 128K
|
||
|
PSRAM : ORIGIN = 0x40000000, LENGTH = 16M
|
||
|
DCCM : ORIGIN = 0x80000000, LENGTH = 128K
|
||
|
}
|
||
|
|
||
|
REGION_ALIAS("startup", ICCM0)
|
||
|
REGION_ALIAS("text", ICCM0)
|
||
|
REGION_ALIAS("data", DCCM)
|
||
|
REGION_ALIAS("sdata", DCCM)
|
||
|
|
||
|
INCLUDE arcv2elf-common.ld
|