summaryrefslogtreecommitdiff
path: root/spm
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2022-03-16 17:14:26 +0100
committerOlivier Deprez <olivier.deprez@arm.com>2022-05-13 14:01:36 +0200
commitb92d91bf18b05abe8db3c2f4dcc0259cfd7d78ab (patch)
treeb89c2c9a9ae0648cac6c8cc3e212aa37e0d66c42 /spm
parentf1a305c0428b4c0f51c3d9dc697be9e6840e1d09 (diff)
fix: spm tests less verbose
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I3359b2e6e73dd0ceb923c953a6b18badd871294b
Diffstat (limited to 'spm')
-rw-r--r--spm/cactus/cactus_interrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spm/cactus/cactus_interrupt.c b/spm/cactus/cactus_interrupt.c
index 2305b01..02d1fbf 100644
--- a/spm/cactus/cactus_interrupt.c
+++ b/spm/cactus/cactus_interrupt.c
@@ -46,7 +46,7 @@ void cactus_interrupt_handler(void)
* Interrupt triggered due to Trusted watchdog timer expiry.
* Clear the interrupt and stop the timer.
*/
- NOTICE("Trusted WatchDog timer stopped\n");
+ VERBOSE("Trusted WatchDog timer stopped\n");
sp805_twdog_stop();
/* Perform secure interrupt de-activation. */