| /* SPDX-License-Identifier: GPL-2.0+ */ |
| * Copyright (c) 2012-2014 Birdland Audio - http://birdland.com/oem |
| * Copyright (c) 2004-2008 Texas Instruments |
| * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> |
| * See file CREDITS for list of people who contributed to this |
| OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") |
| board/birdland/bav335x/built-in.o (.text*) |
| .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } |
| KEEP(*(SORT(.u_boot_list*))); |
| * Deprecated: this MMU section is used by pxa at present but |
| * should not be used by new boards/CPUs. |
| * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c |
| * __bss_base and __bss_limit are for linker only (overlay ordering) |
| .bss_start __rel_dyn_start (OVERLAY) : { |
| .bss __bss_base (OVERLAY) : { |
| .bss_end __bss_limit (OVERLAY) : { |
| .dynsym _image_binary_end : { *(.dynsym) } |
| .dynstr : { *(.dynstr*) } |
| .dynamic : { *(.dynamic*) } |
| .gnu.hash : { *(.gnu.hash) } |
| .interp : { *(.interp*) } |
| .ARM.exidx : { *(.ARM.exidx*) } |