summaryrefslogtreecommitdiffstats
path: root/src/southbridge/nvidia/ck804/id.lds
blob: d95b9afcf447285868d6f36a57a3c6795226d367 (plain)
1
2
3
4
5
6
SECTIONS {
	. = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x80) - (__id_end - __id_start);
	.id (.): {
		*(.id)
	}
}
OpenPOWER on IntegriCloud