summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-07-12 12:03:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-24 16:13:26 -0400
commit6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd (patch)
treec449505c4e5d0692180674cca1fb8161952a0466 /src/usr/sbe
parentc0fe969256eb9509c184b2a2cdeba39c12ceaebb (diff)
downloadtalos-hostboot-6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd.tar.gz
talos-hostboot-6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd.zip
Remove SBEC pnor partition from p9 code
Change-Id: I13e79a6542353e42ac809cc60295947dfb1acb96 RTC: 163810 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43048 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbe')
-rw-r--r--src/usr/sbe/sbe_update.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index 78f66d3e8..7fe922427 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -592,10 +592,6 @@ namespace SBE
{
pnorSectionId = PNOR::SBE_IPL;
}
- else if ( i_target->getAttr<ATTR_TYPE>() == TYPE_MEMBUF )
- {
- pnorSectionId = PNOR::CENTAUR_SBE;
- }
else
{
// Unsupported target type was passed in
OpenPOWER on IntegriCloud