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