summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/common')
-rw-r--r--src/usr/runtime/common/runtime_utils.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/runtime/common/runtime_utils.C b/src/usr/runtime/common/runtime_utils.C
index e61d90b31..ba15de167 100644
--- a/src/usr/runtime/common/runtime_utils.C
+++ b/src/usr/runtime/common/runtime_utils.C
@@ -31,7 +31,6 @@ namespace RUNTIME
// -- OCC
// -- WOFDATA
// -- HCODE
-// -- UVBWLIST
// -- Images that never have secure headers
/// -- RINGOVD
const PreVerifyVector preVerifiedPnorSections {
@@ -40,9 +39,6 @@ const PreVerifyVector preVerifiedPnorSections {
{PNOR::HCODE, true},
{PNOR::VERSION, true},
{PNOR::RINGOVD, false},
-#ifndef CONFIG_FSP_BUILD
- {PNOR::UVBWLIST, true},
-#endif
};
bool isPreVerifiedSection(const PNOR::SectionId i_section)
OpenPOWER on IntegriCloud