2 * (C) Copyright 2012 Lothar Waßmann <LW@KARO-electronics.de>
4 * See file CREDITS for list of people who contributed to this
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
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.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
30 KEEP(board/karo/tx53/lowlevel_init.o (.text*))
31 *(.__image_copy_start)
32 CPUDIR/start.o (.text*)
37 .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
46 KEEP(*(SORT(.u_boot_list*)));
73 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c
74 * __bss_base and __bss_limit are for linker only (overlay ordering)
77 .bss_start __rel_dyn_start (OVERLAY) : {
78 KEEP(*(.__bss_start));
82 .bss __bss_base (OVERLAY) : {
87 .bss_end __bss_limit (OVERLAY) : {
91 /DISCARD/ : { *(.bss*) }
92 /DISCARD/ : { *(.dynstr*) }
93 /DISCARD/ : { *(.dynsym*) }
94 /DISCARD/ : { *(.dynamic*) }
95 /DISCARD/ : { *(.hash*) }
96 /DISCARD/ : { *(.plt*) }
97 /DISCARD/ : { *(.interp*) }
98 /DISCARD/ : { *(.gnu*) }