aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/id.lds
blob: 947a2f0c034a6cdeeb4a367d41688d98bbae392e (plain)
1
2
3
4
5
6
SECTIONS {
	. = (_ROMBASE + ROM_IMAGE_SIZE - 0x80) - (__id_end - __id_start);
	.id (.): {
		*(.id)
	}
}