summaryrefslogtreecommitdiff
path: root/src/security/intel/txt
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-09-06 19:50:28 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-09-07 17:35:19 +0000
commitdb3e16e73cb8c11c2422274729f418239f2a4a02 (patch)
tree07784385acd6b996520f877539389f2bf3805111 /src/security/intel/txt
parent19b4e6487fb31657bb2d39a03afc14dfa9bd7cc1 (diff)
security/intel: Remove unnecessary blank line after '{'
Change-Id: I0d2a9c30d332b16efd548433a54f974067bd281e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77705 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/security/intel/txt')
-rw-r--r--src/security/intel/txt/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/security/intel/txt/romstage.c b/src/security/intel/txt/romstage.c
index fa0ba3c7ff..aa7cc2c0a3 100644
--- a/src/security/intel/txt/romstage.c
+++ b/src/security/intel/txt/romstage.c
@@ -69,13 +69,11 @@ void intel_txt_romstage_init(void)
const bool is_wake_error = !!(txt_ests & TXT_ESTS_WAKE_ERROR_STS);
if (CONFIG(INTEL_TXT_LOGGING)) {
-
printk(BIOS_INFO, "TEE-TXT: TPM established: %s\n",
establishment ? "true" : "false");
}
if (establishment && is_wake_error) {
-
printk(BIOS_ERR, "TEE-TXT: Secrets remain in memory. SCLEAN is required.\n");
if (txt_ests & TXT_ESTS_TXT_RESET_STS) {