diff options
-rw-r--r-- | src/usr/hwpf/plat/fapiPlatSystemConfig.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatSystemConfig.C b/src/usr/hwpf/plat/fapiPlatSystemConfig.C index 021dc7fbe..84df623c7 100644 --- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C +++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C @@ -140,7 +140,7 @@ fapi::ReturnCode fapiGetChildChiplets( TARGETING::targetService(). getAssociated(l_chipletList, l_pChip, TARGETING::TargetService::CHILD, - TARGETING::TargetService::IMMEDIATE, &l_predicate); + TARGETING::TargetService::ALL, &l_predicate); // Return fapi::Targets to the caller for (uint32_t i = 0; i < l_chipletList.size(); i++) |