aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/lib/id.lds
blob: f2b794a1946ea04e308cedb5dd63afee04c49f72 (plain)
1
2
3
4
5
6
7
SECTIONS {
	/* FIXME: determine a sensible location... */
	. = (0x2024000) - (__id_end - __id_start);
	.id (.): {
		*(.id)
	}
}