aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/sections.lds
blob: 5c92529777b54c5d3e47307c0ae303ac14f3bab2 (plain)
1
2
3
4
5
6
7
8
SECTIONS {
	.memory : {
		. = 0x000000;
		start*(.text);
		*(.text);
		*(*);
	}
}