picorv32/picosoc/sections.lds
2017-08-11 16:15:07 +02:00

8 lines
82 B
Text

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