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.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index 3068fbd02..43f5f5f15 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -2374,6 +2374,11 @@ errlHndl_t populate_hbTpmInfo()
// We will use it below to detect a multi-node scenario
auto hb_images = sys->getAttr<TARGETING::ATTR_HB_EXISTING_IMAGE>();
+ // @TODO RTC: 167290
+ // Until TPM HDAT processing is multi-node aware, pretend the system is
+ // a single node system to get the HDAT partially populated
+ hb_images = 0;
+
// if single node system
if (!hb_images)
{
OpenPOWER on IntegriCloud