diff options
Diffstat (limited to 'src/usr/runtime')
-rw-r--r-- | src/usr/runtime/populate_hbruntime.C | 2 |
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; |