mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 20:40:24 +08:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
|
/* Memory map for ARC EM Starter Kit v2.2 and 2.3 - EM7D and EM9D */
|
||
|
|
||
|
MEMORY
|
||
|
{
|
||
|
ICCM : ORIGIN = 0x00000000, LENGTH = 256K
|
||
|
DRAM : ORIGIN = 0x10000000, LENGTH = 128M
|
||
|
DCCM : ORIGIN = 0x80000000, LENGTH = 128K
|
||
|
}
|
||
|
|
||
|
REGION_ALIAS("startup", ICCM)
|
||
|
REGION_ALIAS("text", ICCM)
|
||
|
REGION_ALIAS("data", DCCM)
|
||
|
REGION_ALIAS("sdata", DCCM)
|
||
|
|
||
|
INCLUDE arcv2elf-common.ld
|