picorv32/scripts/vivado/firmware.lds
2015-07-09 02:48:14 +02:00

11 lines
105 B
Text

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