1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-12 10:30:09 +00:00
contiki/cpu/arm/at91sam7s/AT91SAM7S64-ROM.ld
2011-01-05 17:16:42 +00:00

10 lines
159 B
Plaintext

/* Memory Definitions */
MEMORY
{
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 64K
DATA (rw) : ORIGIN = 0x00200000, LENGTH = 16K
}
INCLUDE AT91SAM7S-ROM.ld