nes-proj/drivers/cpu/arm/at91sam7s/AT91SAM7S128-ROM.ld

10 lines
160 B
Plaintext
Raw Normal View History

2009-07-11 14:22:45 +00:00
/* Memory Definitions */
MEMORY
{
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 128K
DATA (rw) : ORIGIN = 0x00200000, LENGTH = 32K
}
INCLUDE AT91SAM7S-ROM.ld