1
0
Fork 0
rocket-chip/bootrom/linker.ld

6 lines
54 B
Plaintext

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