picorv32/firmware/sections.lds

10 lines
93 B
Plaintext
Raw Normal View History

2015-06-06 20:01:37 +08:00
SECTIONS {
.memory : {
. = 0x000000;
start*(.text);
*(.text);
*(*);
end = .;
}
}