blob: ac568efaccb081744f8179fc134f9b31fc6ac7a9 [file] [log] [blame]
Rudolf Marek1d4fc0c2007-10-22 19:59:57 +00001/*
Stefan Reinauer7e61e452008-01-18 10:35:56 +00002 * This file is part of the coreboot project.
Rudolf Marek1d4fc0c2007-10-22 19:59:57 +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.
Rudolf Marek1d4fc0c2007-10-22 19:59:57 +000016 */
17
18/* Modified for K8T890 ROM strap by Rudolf Marek <r.marek@assembler.cz>. */
19
20SECTIONS {
Nico Huber904a0ec2012-06-14 16:03:01 +020021 . = (0xffffffff - 0x2c) - (__romstrap_end - __romstrap_start) + 1;
Rudolf Marek1d4fc0c2007-10-22 19:59:57 +000022 .romstrap (.): {
Alexandru Gagniuc72bb66e2015-10-02 10:59:13 -070023 KEEP(*(.romstrap))
Rudolf Marek1d4fc0c2007-10-22 19:59:57 +000024 }
25}