picorv32/scripts/quartus/firmware.lds

12 lines
105 B
Plaintext
Raw Normal View History

2016-08-30 12:12:08 +08:00
SECTIONS {
.memory : {
. = 0x000000;
*(.init);
*(.text);
*(*);
. = ALIGN(4);
end = .;
}
}