summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/plat_utils.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2/plat_utils.C')
-rw-r--r--src/usr/fapi2/plat_utils.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C
index efc23bdb1..fb63fc3f2 100644
--- a/src/usr/fapi2/plat_utils.C
+++ b/src/usr/fapi2/plat_utils.C
@@ -308,9 +308,9 @@ void xlateTargetType(const fapi2::TargetType i_targetType,
o_class = TARGETING::CLASS_UNIT;
o_type = TARGETING::TYPE_OBUS;
break;
- case fapi2::TARGET_TYPE_NV:
+ case fapi2::TARGET_TYPE_OBUS_BRICK:
o_class = TARGETING::CLASS_UNIT;
- o_type = TARGETING::TYPE_NV;
+ o_type = TARGETING::TYPE_OBUS_BRICK;
break;
case fapi2::TARGET_TYPE_SBE:
o_class = TARGETING::CLASS_UNIT;
@@ -361,7 +361,7 @@ bool isPhysParentChild(const TargetType i_parentType,
TARGET_TYPE_CAPP |
TARGET_TYPE_DMI |
TARGET_TYPE_OBUS |
- TARGET_TYPE_NV |
+ TARGET_TYPE_OBUS_BRICK |
TARGET_TYPE_SBE |
TARGET_TYPE_PPE |
TARGET_TYPE_PERV |
OpenPOWER on IntegriCloud