]> Git Repo - J-u-boot.git/blob - arch/arm/lib/elf_arm_efi.lds
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / lib / elf_arm_efi.lds
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * U-Boot ARM EFI linker script
4  *
5  * Modified from elf_arm_efi.lds in gnu-efi
6  */
7
8 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
9 OUTPUT_ARCH(arm)
10
11 INCLUDE lib/efi_loader/elf_efi.ldsi
This page took 0.025523 seconds and 4 git commands to generate.