| /* SPDX-License-Identifier: GPL-2.0+ */ |
| * Copyright (C) 2016 Vladimir Zapolskiy <vz@mleia.com> |
| * Copyright (C) 2008-2009 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> |
| * Copyright (C) 2008 Mark Jonas <mark.jonas@de.bosch.com> |
| * Copyright (C) 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| #ifdef CONFIG_SYS_BIG_ENDIAN |
| OUTPUT_FORMAT("elf32-shbig-linux", "elf32-shbig-linux", "elf32-sh-linux") |
| OUTPUT_FORMAT("elf32-sh-linux", "elf32-sh-linux", "elf32-sh-linux") |
| ram : ORIGIN = CFG_SYS_SDRAM_BASE, LENGTH = CFG_SYS_SDRAM_SIZE |
| KEEP(CFG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text)) |
| #ifdef CONFIG_ENV_IS_IN_FLASH |
| env/embedded.o (.doesnotexist) |
| *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) |
| KEEP(*(SORT(__u_boot_list*))); |
| PROVIDE (__init_end = .); |
| PROVIDE (reloc_dst_end = .); |
| PROVIDE (__bss_start = .); |