2 * Linker command file for the GEN860T board when the environment is
3 * stored in flash memory.
5 * (C) Copyright 2000-2010
6 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
8 * SPDX-License-Identifier: GPL-2.0+
15 * Read-only sections, merged into text segment:
20 arch/powerpc/cpu/mpc8xx/start.o (.text*)
21 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
29 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
33 * Read-write section, merged into data segment:
35 . = (. + 0x00FF) & 0xFFFFFF00;
37 PROVIDE (erotext = .);
46 __got2_entries = (_FIXUP_TABLE_ - _GOT2_TABLE_) >>2;
47 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
60 KEEP(*(SORT(.u_boot_list*)));
64 __start___ex_table = .;
65 __ex_table : { *(__ex_table) }
66 __stop___ex_table = .;
70 .text.init : { *(.text.init) }
71 .data.init : { *(.data.init) }