aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/rde1edge/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/rde1edge/include/platform_def.h')
-rw-r--r--plat/arm/board/rde1edge/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/rde1edge/include/platform_def.h b/plat/arm/board/rde1edge/include/platform_def.h
index c62cda85eb..50b04f0494 100644
--- a/plat/arm/board/rde1edge/include/platform_def.h
+++ b/plat/arm/board/rde1edge/include/platform_def.h
@@ -29,7 +29,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