Files
raspberrypi/uart04/memmap
2012-07-19 13:05:54 -04:00

13 lines
133 B
Plaintext

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