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>
This commit is contained in:
Elyes Haouas 2022-05-29 21:29:23 +02:00 committed by Paul Fagerburg
parent c636142b02
commit 0a38395715
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef ASM_ARM_BOOT_H
#define ASM_ARM_BOOT_H
#define ELF_CLASS ELFCLASS32
#define ELF_DATA ELFDATA2LSB
#define ELF_ARCH EM_ARM
#endif /* ASM_ARM_BOOT_H */

View File

@ -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 */