Switch AARCH32/AARCH64 to __aarch64__
[project/bcm63xx/atf.git] / plat / arm / board / n1sdp / include / platform_def.h
index ff583a9095cb5e1552485fe4a7c7488d7ce71b48..7348bf5e4ef5bf493876857b80c59b040b0fe564 100644 (file)
@@ -34,7 +34,7 @@
  * space the physical & virtual address space limits are extended to
  * 40-bits.
  */
-#ifndef AARCH32
+#ifdef __aarch64__
 #define PLAT_PHY_ADDR_SPACE_SIZE               (1ULL << 40)
 #define PLAT_VIRT_ADDR_SPACE_SIZE              (1ULL << 40)
 #else