aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/fit/fit.lds
blob: 9ccfe82c5f942942288de88f7fa87525098b1a36 (plain)
1
2
3
4
5
6
SECTIONS {
	. = 0xffffffc0;
	.fit_pointer (.): {
		*(.fit_pointer)
	}
}