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.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index 5c0596f35..db32eef40 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -1658,6 +1658,13 @@ errlHndl_t populate_HbRsvMem(uint64_t i_nodeId, bool i_master_node)
continue;
}
+ // Skip VERSION section for non-BMC based systems.
+ if ((secIdPair.first == PNOR::VERSION)
+ && INITSERVICE::spBaseServicesEnabled())
+ {
+ continue;
+ }
+
l_elog = hbResvLoadSecureSection(secIdPair.first,
secIdPair.second);
if (l_elog)
OpenPOWER on IntegriCloud