summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorStephen M. Cprek <smcprek@us.ibm.com>2017-04-11 17:50:23 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-12 10:20:02 -0400
commitde498002f6503cccc046b1c4b4288316b48237e4 (patch)
treeda4c368331a29b6311905ec0d5e1fadaacf1c560 /src/usr/pnor
parente9c91c9d51b90d2fbc94e64d8fe8a109fcb3cbbc (diff)
downloadtalos-hostboot-de498002f6503cccc046b1c4b4288316b48237e4.tar.gz
talos-hostboot-de498002f6503cccc046b1c4b4288316b48237e4.zip
Revert "Add header to and verify Hostboot Bootloader for sbe update"
This reverts commit a7bf050d4ddba121d7502939fc0c4ce517ef8e42. Change-Id: I95ddfe544cc537fcc847990dc9f85eec8f2912a1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39131 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r--src/usr/pnor/pnor_utils.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C
index 979b1cb1f..5a8d39065 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -360,8 +360,7 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section)
#ifdef BOOTLOADER
return i_section == HB_BASE_CODE;
#else
- return i_section == HB_BOOTLOADER ||
- i_section == HB_EXT_CODE ||
+ return i_section == HB_EXT_CODE ||
i_section == HB_DATA ||
i_section == SBE_IPL ||
i_section == CENTAUR_SBE ||
OpenPOWER on IntegriCloud