aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/security/intel/txt/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/intel/txt/logging.c b/src/security/intel/txt/logging.c
index 46c594cb05..e3fcb5e274 100644
--- a/src/security/intel/txt/logging.c
+++ b/src/security/intel/txt/logging.c
@@ -70,7 +70,7 @@ void intel_txt_log_bios_acm_error(void)
/* Errors by BIOS ACM or FIT */
if ((txt_error & ACMERROR_TXT_VALID) &&
(acm_status & ACMERROR_TXT_VALID)) {
- intel_txt_log_acm_error(read32((void *)TXT_BIOSACM_ERRORCODE));
+ intel_txt_log_acm_error(bios_acm_error);
log_txt_error("FIT MICROCODE");
}
/* Errors by SINIT */