picorv32/picosoc/sections.lds
2017-09-15 19:55:22 +02:00

9 lines
94 B
Text

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