2 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
3 * on behalf of DENX Software Engineering GmbH
5 * January 2004 - Changed to support H4 device
6 * Copyright (c) 2004-2008 Texas Instruments
9 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
11 * See file CREDITS for list of people who contributed to this
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
30 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
35 . = CONFIG_SPL_TEXT_BASE;
38 arch/arm/cpu/pxa/start.o (.text*)
39 board/vpac270/libvpac270.o (.text*)
40 drivers/mtd/onenand/libonenand.o (.text*)
44 /* Start of the rest of the SPL */
45 . = CONFIG_SPL_TEXT_BASE + 0x800;
53 .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
79 .bss __rel_dyn_start (OVERLAY) : {
86 /DISCARD/ : { *(.bss*) }
87 /DISCARD/ : { *(.dynstr*) }
88 /DISCARD/ : { *(.dynsym*) }
89 /DISCARD/ : { *(.dynamic*) }
90 /DISCARD/ : { *(.hash*) }
91 /DISCARD/ : { *(.plt*) }
92 /DISCARD/ : { *(.interp*) }
93 /DISCARD/ : { *(.gnu*) }