picorv32/firmware/sections.lds

10 lines
93 B
Plaintext

SECTIONS {
.memory : {
. = 0x000000;
start*(.text);
*(.text);
*(*);
end = .;
}
}