summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat')
-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 9bd778b57..021dc7fbe 100644
--- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C
+++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C
@@ -171,7 +171,7 @@ fapi::ReturnCode fapiGetAssociatedDimms(
o_dimms.clear();
// Create a Class/Type/Model predicate to look for dimm cards
- TARGETING::PredicateCTM l_predicate(TARGETING::CLASS_CARD,
+ TARGETING::PredicateCTM l_predicate(TARGETING::CLASS_LOGICAL_CARD,
TARGETING::TYPE_DIMM);
// Extract the HostBoot Target pointer for the input target
OpenPOWER on IntegriCloud