aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/lib/id.lds
blob: 9d5047967c24aff4814edfee9dae6218cb7f6308 (plain)
1
2
3
4
5
6
SECTIONS {
	. = CONFIG_ID_SECTION_BASE;
	.id (.): {
		*(.id)
	}
}