picorv32/picosoc/sections.lds

9 lines
82 B
Plaintext

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