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.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C
index 152491ea9..c9f0a1d93 100644
--- a/src/usr/fapi2/plat_utils.C
+++ b/src/usr/fapi2/plat_utils.C
@@ -301,7 +301,7 @@ void xlateTargetType(const fapi2::TargetType i_targetType,
break;
case fapi2::TARGET_TYPE_NV:
o_class = TARGETING::CLASS_UNIT;
- o_type = TARGETING::TYPE_NVBUS;
+ o_type = TARGETING::TYPE_NV;
break;
case fapi2::TARGET_TYPE_SBE:
o_class = TARGETING::CLASS_UNIT;
OpenPOWER on IntegriCloud