summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/hwpf/plat/fapiPlatSystemConfig.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatSystemConfig.C b/src/usr/hwpf/plat/fapiPlatSystemConfig.C
index 84df623c7..4e86de714 100644
--- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C
+++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C
@@ -248,7 +248,7 @@ fapi::ReturnCode fapiGetParentChip(
TARGETING::targetService().
getAssociated(l_chipList, l_pChiplet,
TARGETING::TargetService::PARENT,
- TARGETING::TargetService::IMMEDIATE, &l_predicate);
+ TARGETING::TargetService::ALL, &l_predicate);
if (l_chipList.size() != 1)
{
OpenPOWER on IntegriCloud