3 * Copyright (C) 2005-2007 Samsung Electronics
6 * January 2004 - Changed to support H4 device
7 * Copyright (c) 2004 Texas Instruments
12 * See file CREDITS for list of people who contributed to this
15 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU General Public License as
17 * published by the Free Software Foundation; either version 2 of
18 * the License, or (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
31 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
41 cpu/arm1136/start.o (.text)
46 .rodata : { *(.rodata) }
55 __u_boot_cmd_start = .;
56 .u_boot_cmd : { *(.u_boot_cmd) }
61 .bss (NOLOAD) : { *(.bss) }