summaryrefslogtreecommitdiffstats
path: root/src/arch/ppc64/id.ld
blob: 4f6853fc9de1211499b118ca68c029f32949fbd6 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

SECTIONS {
	. = (0xffffffff - CONFIG_ID_SECTION_OFFSET) - (__id_end - __id_start) + 1;
	.id (.): {
		*(.id)
	}
}