3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
12 /* Read-only sections, merged into text segment: */
15 arch/m68k/cpu/mcf532x/start.o (.text*)
16 arch/m68k/cpu/mcf532x/built-in.o (.text*)
17 arch/m68k/lib/built-in.o (.text*)
19 . = DEFINED(env_offset) ? env_offset : .;
20 common/env_embedded.o (.text*)
28 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
31 /* Read-write section, merged into data segment: */
32 . = (. + 0x00FF) & 0xFFFFFF00;
34 PROVIDE (erotext = .);
46 __got2_entries = (_FIXUP_TABLE_ - _GOT2_TABLE_) >>2;
47 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
61 KEEP(*(SORT(.u_boot_list*)));
65 __start___ex_table = .;
66 __ex_table : { *(__ex_table) }
67 __stop___ex_table = .;
71 .text.init : { *(.text.init) }
72 .data.init : { *(.data.init) }