aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-05-08 00:20:20 +0100
committerMichael Brown <mcb30@ipxe.org>2016-05-08 00:20:20 +0100
commit17c6f322eef5e0a2250a89b140486cf07598d2fa (patch)
treec67442d1e56245b42f9e7b98f9fa0e7b9cc24b1d /src/config/defaults
parentedea3a434ccae8dc980c715949287c9ba63babf5 (diff)
downloadipxe-17c6f322eef5e0a2250a89b140486cf07598d2fa.tar.gz
[arm] Add support for 64-bit ARM (Aarch64)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 8d3a8bf23..ba4eed936 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -40,7 +40,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define CPUID_CMD /* x86 CPU feature detection command */
#endif
-#if defined ( __arm__ )
+#if defined ( __arm__ ) || defined ( __aarch64__ )
#define IOAPI_ARM
#define NAP_EFIARM
#endif