summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2012-03-02 13:53:07 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-05 14:25:37 -0600
commit7abce9eed62079c1cb762ae7968c68b5d0d63705 (patch)
treef66a7881019e575a73afe5ff84a5dc2c82895a14 /src/usr
parent3c734b5308c53da384ef26764f08e6ed38c069ec (diff)
downloadtalos-hostboot-7abce9eed62079c1cb762ae7968c68b5d0d63705.tar.gz
talos-hostboot-7abce9eed62079c1cb762ae7968c68b5d0d63705.zip
fapiGetParentChip() does not return the MBA chiplet's Centaur chip
Change-Id: I976fda01917ab8e212584898c6ace1ce6426f2ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/712 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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