Files
raspberrypi/boards/pi2/SVC/blinker03/memmap
2016-03-27 14:34:15 -04:00

12 lines
131 B
Plaintext

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