aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/romstrap.lds
blob: 5b690246299fcdecf1760d0d0973802d146ba149 (plain)
1
2
3
4
5
6
SECTIONS {
	. = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
	.romstrap (.): {
		*(.romstrap)
	}
}