aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp_ve/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/fvp_ve/include/platform_def.h')
-rw-r--r--plat/arm/board/fvp_ve/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/fvp_ve/include/platform_def.h b/plat/arm/board/fvp_ve/include/platform_def.h
index b3b3672644..4e575e1ab0 100644
--- a/plat/arm/board/fvp_ve/include/platform_def.h
+++ b/plat/arm/board/fvp_ve/include/platform_def.h
@@ -331,7 +331,7 @@
/*
* Physical and virtual address space limits for MMU in AARCH64 & AARCH32 modes
*/
-#ifdef AARCH64
+#ifdef __aarch64__
#define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 36)
#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 36)
#else