summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/common/runtime_utils.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/common/runtime_utils.C')
-rw-r--r--src/usr/runtime/common/runtime_utils.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/runtime/common/runtime_utils.C b/src/usr/runtime/common/runtime_utils.C
index d87847f85..ba15de167 100644
--- a/src/usr/runtime/common/runtime_utils.C
+++ b/src/usr/runtime/common/runtime_utils.C
@@ -37,6 +37,7 @@ const PreVerifyVector preVerifiedPnorSections {
{PNOR::OCC, true},
{PNOR::WOFDATA, true},
{PNOR::HCODE, true},
+ {PNOR::VERSION, true},
{PNOR::RINGOVD, false},
};
@@ -76,4 +77,4 @@ bool isPreVerifiedSectionSecure(const PNOR::SectionId i_section)
return l_result;
}
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud