picorv32/picosoc/sections.lds
2017-09-15 15:33:20 +02:00

8 lines
82 B
Text

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