SummerCart64/fw/picorv32/scripts/presyn/firmware.lds

12 lines
105 B
Plaintext
Raw Normal View History

2021-08-05 19:50:29 +02:00
SECTIONS {
.memory : {
. = 0x000000;
*(.init);
*(.text);
*(*);
. = ALIGN(4);
end = .;
}
}