Skip to content

Commit

Permalink
Allow OBUS to have children
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed Jun 21, 2017
1 parent 5cf968c commit 3db49d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/include/usr/fapi2/target.H
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 3db49d8

Please sign in to comment.