summaryrefslogtreecommitdiff
path: root/common/aarch32/debug.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/aarch32/debug.S')
-rw-r--r--common/aarch32/debug.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/aarch32/debug.S b/common/aarch32/debug.S
index 77298a12..bafce7ce 100644
--- a/common/aarch32/debug.S
+++ b/common/aarch32/debug.S
@@ -107,6 +107,11 @@ assert_msg2:
* ---------------------------------------------------------------------------
*/
func asm_assert
+#if LOG_LEVEL >= LOG_LEVEL_INFO
+ /*
+ * Only print the output if LOG_LEVEL is higher or equal to
+ * LOG_LEVEL_INFO, which is the default value for builds with DEBUG=1.
+ */
/* Stash the parameters already in r0 and r1 */
mov r5, r0
mov r6, r1
@@ -147,6 +152,7 @@ dec_print_loop:
bl plat_crash_console_flush
1:
+#endif /* LOG_LEVEL >= LOG_LEVEL_INFO */
no_ret plat_panic_handler
endfunc asm_assert
#endif