summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-05-29 21:29:23 +0200
committerPaul Fagerburg <pfagerburg@chromium.org>2022-05-31 13:44:18 +0000
commit0a383957158bd207be4e5642a20137062edee936 (patch)
treee64221a9fa528697157dafc7aa72ecaf1c388493 /src/arch/arm
parentc636142b025f3026d0ff4dcd6ed4a369b3b93f3d (diff)
downloadcoreboot-0a383957158bd207be4e5642a20137062edee936.tar.gz
coreboot-0a383957158bd207be4e5642a20137062edee936.tar.bz2
coreboot-0a383957158bd207be4e5642a20137062edee936.zip
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/arm')
-rw-r--r--src/arch/arm/include/arch/boot/boot.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/arm/include/arch/boot/boot.h b/src/arch/arm/include/arch/boot/boot.h
deleted file mode 100644
index 4a8d036fce3e..000000000000
--- a/src/arch/arm/include/arch/boot/boot.h
+++ /dev/null
@@ -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 */