blob: 6b2804009fdffd06fd5cf83cd4b459b68a8cbacb [file] [log] [blame]
Bari Ari612163e32009-05-27 13:12:42 +00001/*
2 * This file is part of the coreboot project.
3 *
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; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Bari Ari612163e32009-05-27 13:12:42 +000015 */
16
17SECTIONS {
Nico Huber904a0ec2012-06-14 16:03:01 +020018 . = (0xffffffff - 0x2c) - (__romstrap_end - __romstrap_start) + 1;
Bari Ari612163e32009-05-27 13:12:42 +000019 .romstrap (.): {
Alexandru Gagniuc72bb66e2015-10-02 10:59:13 -070020 KEEP(*(.romstrap))
Bari Ari612163e32009-05-27 13:12:42 +000021 }
22}