diff options
-rw-r--r-- | src/usr/fapi2/attribute_service.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/fapi2/attribute_service.C b/src/usr/fapi2/attribute_service.C index 831f95c62..8e8daf558 100644 --- a/src/usr/fapi2/attribute_service.C +++ b/src/usr/fapi2/attribute_service.C @@ -375,7 +375,8 @@ ReturnCode platGetTargetPos(const Target<TARGET_TYPE_ALL>& i_pFapiTarget, } else { - uint16_t l_pos = l_pTarget->getAttr<TARGETING::ATTR_POSITION>(); + //RTC: 154950 Add MCA_PORT attribute to DIMM target + uint16_t l_pos = l_pTarget->getAttr<TARGETING::ATTR_FAPI_POS>(); o_pos = l_pos; } |