4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-15 05:29:10 +08:00
newlib-cygwin/libgloss/arc/emsk2.1_em7d_ram.ld

16 lines
343 B
Plaintext
Raw Normal View History

/* Memory map for ARC EM Starter Kit v2.1 - EM7D */
MEMORY
{
ICCM : ORIGIN = 0x00000000, LENGTH = 32K
DRAM : ORIGIN = 0x10000000, LENGTH = 128M
DCCM : ORIGIN = 0x80000000, LENGTH = 32K
}
REGION_ALIAS("startup", ICCM)
REGION_ALIAS("text", DRAM)
REGION_ALIAS("data", DRAM)
REGION_ALIAS("sdata", DRAM)
INCLUDE arcv2elf-common.ld