picorv32/scripts/quartus/firmware.lds
2016-08-29 21:12:08 -07:00

11 lines
105 B
Text

SECTIONS {
.memory : {
. = 0x000000;
*(.init);
*(.text);
*(*);
. = ALIGN(4);
end = .;
}
}