aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/id.lds
blob: 8f9149a6a173b0e731288ba92f3a005f11d616e0 (plain)
1
2
3
4
5
6
SECTIONS {
	. = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__id_end - __id_start);
	.id (.): {
		*(.id)
	}
}