Files
raspberrypi/aarch64/uart02/memmap
2016-03-15 01:23:52 -04:00

13 lines
132 B
Plaintext

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