summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/header.ld
blob: 01a20e5820609739b455414d15af3f55c72b4a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <rules.h>

PHDRS
{
	to_load PT_LOAD;
}

ENTRY(_start)