| /* SPDX-License-Identifier: GPL-2.0+ */ |
| * (C) Copyright 2006-2010 |
| * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| /* Read-only sections, merged into text segment: */ |
| arch/powerpc/cpu/mpc83xx/start.o (.text*) |
| *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) |
| /* Read-write section, merged into data segment: */ |
| . = (. + 0x0FFF) & 0xFFFFF000; |
| __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1; |
| __fixup_entries = (. - _FIXUP_TABLE_) >> 2; |
| KEEP(*(SORT(.u_boot_list*))); |
| __ex_table : { *(__ex_table) } |
| * _end - This is end of u-boot.bin image. |
| * dtb will be appended here to make u-boot-dtb.bin |
| .text.init : { *(.text.init) } |
| .data.init : { *(.data.init) } |