Files
raspberrypi/extest/memmap
2012-05-31 14:57:59 -04:00

13 lines
137 B
Plaintext

MEMORY
{
ram : ORIGIN = 0x00000000, LENGTH = 0x10000
}
SECTIONS
{
.text : { *(.text*) } > ram
.bss : { *(.bss*) } > ram
}