picorv32/picosoc/sections.lds

10 lines
94 B
Plaintext

SECTIONS {
.memory : {
sram = 0;
. = 0x100000;
start*(.text);
*(.text);
*(*);
}
}