summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/trusted/base
diff options
context:
space:
mode:
authorLuis Fernandez <Luis.Fernandez@ibm.com>2019-04-04 13:48:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-05 16:52:13 -0500
commitacd09d45c209ec014825cb7539aaab357493ea42 (patch)
tree4b8545c610c97db9b433eaa938456c79ad74738c /src/usr/secureboot/trusted/base
parent4995ec0ba6f15e03deb4b9ad1dc215f3f8993acb (diff)
downloadtalos-hostboot-acd09d45c209ec014825cb7539aaab357493ea42.tar.gz
talos-hostboot-acd09d45c209ec014825cb7539aaab357493ea42.zip
HB Improvements: Compiler Issues with Different Config Files
Fixed compiler issues with Witherspoon, Romulus, Zaius, Boston. Change-Id: Ic4046323eb391be6ec311bc408ef9d858ceff8cd RTC: 202716 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75552 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/trusted/base')
-rw-r--r--src/usr/secureboot/trusted/base/trustedboot_base.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/secureboot/trusted/base/trustedboot_base.C b/src/usr/secureboot/trusted/base/trustedboot_base.C
index 7cb73b8bf..2e5182d2f 100644
--- a/src/usr/secureboot/trusted/base/trustedboot_base.C
+++ b/src/usr/secureboot/trusted/base/trustedboot_base.C
@@ -528,8 +528,8 @@ errlHndl_t extendBaseImage()
void initBackupTpm()
{
- errlHndl_t l_errl = nullptr;
#ifdef CONFIG_TPMDD
+ errlHndl_t l_errl = nullptr;
Message* l_msg = Message::factory(MSG_TYPE_INIT_BACKUP_TPM,
0,
nullptr,
OpenPOWER on IntegriCloud