summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/populate_hbruntime.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/populate_hbruntime.C')
-rw-r--r--src/usr/runtime/populate_hbruntime.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index aa077ca5c..de2ddb439 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -1447,7 +1447,7 @@ errlHndl_t populate_hbSecurebootData ( void )
// populate secure setting for trusted boot
bool trusted = false;
#ifdef CONFIG_TPMDD
- trusted = TRUSTEDBOOT::enabled();
+ trusted = TRUSTEDBOOT::functionalPrimaryTpmExists();
#endif
l_sysSecSets->trustedboot = trusted? 1: 0;
OpenPOWER on IntegriCloud