diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-05-29 21:29:23 +0200 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-05-31 13:44:18 +0000 |
commit | 0a383957158bd207be4e5642a20137062edee936 (patch) | |
tree | e64221a9fa528697157dafc7aa72ecaf1c388493 /src/arch/arm64/include | |
parent | c636142b025f3026d0ff4dcd6ed4a369b3b93f3d (diff) |
arch/arm{64}/include: Remove unused 'boot.h' file
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ibcbaa39ee3922e1f7add8694d8c7c491881d7124
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64783
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'src/arch/arm64/include')
-rw-r--r-- | src/arch/arm64/include/arch/boot/boot.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/arm64/include/arch/boot/boot.h b/src/arch/arm64/include/arch/boot/boot.h deleted file mode 100644 index 2d6bad8314..0000000000 --- a/src/arch/arm64/include/arch/boot/boot.h +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#ifndef ASM_ARM64_BOOT_H -#define ASM_ARM64_BOOT_H - -#define ELF_CLASS ELFCLASS64 -#define ELF_DATA ELFDATA2LSB -#define ELF_ARCH EM_AARCH64 - -#endif /* ASM_ARM64_BOOT_H */ |