summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/fapi2/attribute_service.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/fapi2/attribute_service.C b/src/usr/fapi2/attribute_service.C
index f729bab87..c21b1c275 100644
--- a/src/usr/fapi2/attribute_service.C
+++ b/src/usr/fapi2/attribute_service.C
@@ -359,6 +359,14 @@ ReturnCode platGetTargetName(const Target<TARGET_TYPE_ALL>& i_pFapiTarget,
{
o_name = ENUM_ATTR_NAME_CENTAUR;
}
+ else if (l_model == TARGETING::MODEL_AXONE)
+ {
+ o_name = ENUM_ATTR_NAME_AXONE;
+ }
+ else if (l_model == TARGETING::MODEL_EXPLORER)
+ {
+ o_name = ENUM_ATTR_NAME_EXPLORER;
+ }
else
{
FAPI_ERR("platGetTargetName. Unknown name 0x%x", l_model);
OpenPOWER on IntegriCloud