Files
raspberrypi/extest/memmap
T

13 lines
137 B
Plaintext

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