picorv32/scripts/presyn/firmware.lds
2017-02-09 15:15:46 +01:00

11 lines
105 B
Text

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