summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/arch/boot/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/include/arch/boot/boot.h')
-rw-r--r--src/arch/arm64/include/arch/boot/boot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arch/arm64/include/arch/boot/boot.h b/src/arch/arm64/include/arch/boot/boot.h
new file mode 100644
index 0000000..16763c6
--- /dev/null
+++ b/src/arch/arm64/include/arch/boot/boot.h
@@ -0,0 +1,8 @@
+#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_ARM_BOOT_H */
OpenPOWER on IntegriCloud