summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/entitypath.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/entitypath.C')
-rw-r--r--src/usr/targeting/common/entitypath.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/targeting/common/entitypath.C b/src/usr/targeting/common/entitypath.C
index ed81d1b4a..e7a13b81e 100644
--- a/src/usr/targeting/common/entitypath.C
+++ b/src/usr/targeting/common/entitypath.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -489,6 +489,8 @@ const char* EntityPath::pathElementTypeAsString(
// return "CFAM";
// case TYPE_ENGINE:
// return "Engine";
+ case TYPE_PMIC:
+ return "PMIC";
default:
return "Unknown path type";
}
OpenPOWER on IntegriCloud