| * (C) Copyright 2001-2007 |
| * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| * SPDX-License-Identifier: GPL-2.0+ |
| /* Do we need any of these for elf? |
| /* Read-only sections, merged into text segment: */ |
| arch/powerpc/cpu/mpc824x/start.o (.text*) |
| drivers/pci/built-in.o (.text*) |
| arch/powerpc/cpu/mpc824x/built-in.o (.text*) |
| board/mvblue/built-in.o (.text*) |
| arch/powerpc/lib/built-in.o (.text*) |
| . = DEFINED(env_offset) ? env_offset : .; |
| common/env_embedded.o (.ppcenv*) |
| *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) |
| /* Read-write section, merged into data segment: */ |
| . = (. + 0x0FFF) & 0xFFFFF000; |
| PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4); |
| __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1; |
| __fixup_entries = (. - _FIXUP_TABLE_) >> 2; |
| KEEP(*(SORT(.u_boot_list*))); |
| __ex_table : { *(__ex_table) } |
| .text.init : { *(.text.init) } |
| .data.init : { *(.data.init) } |