blob: 621cebd9e20906c23a6b70039eeed324ed429e2f [file] [log] [blame]
Yinghai Luc65bd562007-02-01 00:10:05 +00001/*
Stefan Reinauer7e61e452008-01-18 10:35:56 +00002 * This file is part of the coreboot project.
Yinghai Luc65bd562007-02-01 00:10:05 +00003 *
4 * Copyright (C) 2007 AMD
5 * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
Yinghai Luc65bd562007-02-01 00:10:05 +000016 */
17
18SECTIONS {
Nico Huber904a0ec2012-06-14 16:03:01 +020019 . = (0xffffffff - 0x10) - (__romstrap_end - __romstrap_start) + 1;
Yinghai Luc65bd562007-02-01 00:10:05 +000020 .romstrap (.): {
Alexandru Gagniuc72bb66e2015-10-02 10:59:13 -070021 KEEP(*(.romstrap))
Yinghai Luc65bd562007-02-01 00:10:05 +000022 }
23}