Files
raspberrypi/boards/piaplus/swd/memmap
2016-08-17 01:26:18 -04:00

13 lines
132 B
Plaintext

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