summaryrefslogtreecommitdiff
path: root/plat/arm/common/arm_nor_psci_mem_protect.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/common/arm_nor_psci_mem_protect.c')
-rw-r--r--plat/arm/common/arm_nor_psci_mem_protect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/common/arm_nor_psci_mem_protect.c b/plat/arm/common/arm_nor_psci_mem_protect.c
index 3a700598..b9181eb4 100644
--- a/plat/arm/common/arm_nor_psci_mem_protect.c
+++ b/plat/arm/common/arm_nor_psci_mem_protect.c
@@ -26,7 +26,7 @@
static mem_region_t arm_ram_ranges[] = {
{DRAM1_NS_IMAGE_LIMIT, DRAM1_PROTECTED_SIZE},
-#ifdef AARCH64
+#ifdef __aarch64__
{ARM_DRAM2_BASE, 1u << ONE_GB_SHIFT},
#endif
};