summaryrefslogtreecommitdiff
path: root/include/common/aarch32/el3_common_macros.S
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/aarch32/el3_common_macros.S')
-rw-r--r--include/common/aarch32/el3_common_macros.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/aarch32/el3_common_macros.S b/include/common/aarch32/el3_common_macros.S
index d7e0b3f5..91582035 100644
--- a/include/common/aarch32/el3_common_macros.S
+++ b/include/common/aarch32/el3_common_macros.S
@@ -148,7 +148,7 @@
_init_memory, _init_c_runtime, _exception_vectors
/* Make sure we are in Secure Mode */
-#if ASM_ASSERTION
+#if ENABLE_ASSERTIONS
ldcopr r0, SCR
tst r0, #SCR_NS_BIT
ASM_ASSERT(eq)