summaryrefslogtreecommitdiff
path: root/common/tpm_registers.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tpm_registers.c')
-rw-r--r--common/tpm_registers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index 62aa4ce23e..e7cfeff547 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -603,14 +603,14 @@ static void tpm_init(void)
_plat__SetNvAvail();
endorse_result = tpm_endorse();
- ccprintf("[%T Endorsement %s]\n",
+ ccprints("Endorsement %s",
(endorse_result == mnf_success) ?
"succeeded" : "failed");
if (chip_factory_mode()) {
underrun_char |= endorse_result;
- ccprintf("[%T Setting underrun character to 0x%x]\n",
+ ccprints("Setting underrun character to 0x%x",
underrun_char);
sps_tx_status(underrun_char);
}