Files
raspberrypi/boards/pi2/SVC_BOOT/uart01/loader

13 lines
135 B
Plaintext

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