aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Bellows <greg.bellows@linaro.org>2015-04-22 15:39:00 -0500
committerGreg Bellows <greg.bellows@linaro.org>2015-04-22 15:39:00 -0500
commitca8507759be7b344bf3425c169ced01e7818df83 (patch)
tree5198d6a13dba94e415f97f57f063e4e45fa6e5ea
parent799cb2653fb1d2d1a89a10082f707b5ffac521af (diff)
Fix EL3 test header message
Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
-rw-r--r--tztest/el3/tztest_el3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tztest/el3/tztest_el3.c b/tztest/el3/tztest_el3.c
index 2453428..424bf72 100644
--- a/tztest/el3/tztest_el3.c
+++ b/tztest/el3/tztest_el3.c
@@ -15,7 +15,7 @@ uint32_t el3_check_smc()
uint32_t cpsr = READ_CPSR();
- TEST_MSG("Checking monitor mode... ");
+ TEST_MSG("Checking monitor mode");
TEST_CONDITION(CPSR_M_MON == (cpsr & CPSR_M_MON));
// Test: Check that CPSR.A/I.F are set to 1 on exception to mon mode