summaryrefslogtreecommitdiffstats
path: root/hwpf/plat/include/target_types.H
diff options
context:
space:
mode:
Diffstat (limited to 'hwpf/plat/include/target_types.H')
-rw-r--r--hwpf/plat/include/target_types.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/hwpf/plat/include/target_types.H b/hwpf/plat/include/target_types.H
index 352e4732..56470cd0 100644
--- a/hwpf/plat/include/target_types.H
+++ b/hwpf/plat/include/target_types.H
@@ -54,7 +54,8 @@ namespace fapi2
TARGET_TYPE_EQ = 0x08, ///< EQ type
TARGET_TYPE_MCS = 0x10, ///< MCS type
TARGET_TYPE_PERV = 0x20, ///< Pervasive type
- TARGET_TYPE_MCAST = 0x80, ///< Multicast type
+ TARGET_TYPE_MCAST = 0x40, ///< Multicast type
+ TARGET_TYPE_SYSTEM = 0x80, ///< System type
TARGET_TYPE_ALL = 0xFF, ///< Any/All types
OpenPOWER on IntegriCloud