picorv32/scripts/icestorm/firmware.lds
2015-07-19 16:09:19 +02:00

11 lines
105 B
Text

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