1
0
rocket-chip/bootrom/linker.ld
2016-08-05 16:39:21 -07:00

6 lines
54 B
Plaintext

SECTIONS
{
. = 0x1000;
.text : { *(.text) }
}