summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2/target.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-06-20 11:50:10 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-21 17:49:02 -0400
commit3db49d83c38aec08d67bc56d8b5216e14bd23693 (patch)
treed859a9805a35f9456c702a5369819319519cfc67 /src/include/usr/fapi2/target.H
parent5cf968ceda23dda226070424b22afb015952353a (diff)
downloadtalos-hostboot-3db49d83c38aec08d67bc56d8b5216e14bd23693.tar.gz
talos-hostboot-3db49d83c38aec08d67bc56d8b5216e14bd23693.zip
Allow OBUS to have children
Change-Id: I39f0cce47ba323751786dd254103ae2a66f92c5f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42137 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2/target.H')
-rw-r--r--src/include/usr/fapi2/target.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/usr/fapi2/target.H b/src/include/usr/fapi2/target.H
index a039e5acf..938de0161 100644
--- a/src/include/usr/fapi2/target.H
+++ b/src/include/usr/fapi2/target.H
@@ -762,16 +762,12 @@ inline std::vector<Target<K_CHILD, V> >
"fapi2::TARGET_TYPE_CORE has no children");
static_assert((T_SELF != fapi2::TARGET_TYPE_CAPP),
"fapi2::TARGET_TYPE_CAPP has no children");
- static_assert((T_SELF != fapi2::TARGET_TYPE_OBUS),
- "fapi2::TARGET_TYPE_OBUS has no children");
static_assert((T_SELF != fapi2::TARGET_TYPE_OBUS_BRICK),
"fapi2::TARGET_TYPE_OBUS_BRICK has no children");
static_assert((T_SELF != fapi2::TARGET_TYPE_SBE),
"fapi2::TARGET_TYPE_SBE has no children");
static_assert((T_SELF != fapi2::TARGET_TYPE_PPE),
"fapi2::TARGET_TYPE_PPE has no children");
- static_assert((T_SELF != fapi2::TARGET_TYPE_PEC),
- "fapi2::TARGET_TYPE_PEC has no children");
static_assert((T_SELF != fapi2::TARGET_TYPE_PHB),
"fapi2::TARGET_TYPE_PHB has no children");
OpenPOWER on IntegriCloud