Files
raspberrypi/boards/pi2/SVC/blinker01/memmap
2016-03-27 13:00:14 -04:00

12 lines
132 B
Plaintext

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