summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/isteps/istep21/call_host_runtime_setup.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/call_host_runtime_setup.C b/src/usr/isteps/istep21/call_host_runtime_setup.C
index e2e139510..73bf8cd26 100644
--- a/src/usr/isteps/istep21/call_host_runtime_setup.C
+++ b/src/usr/isteps/istep21/call_host_runtime_setup.C
@@ -141,7 +141,7 @@ errlHndl_t verifyAndMovePayload(void)
payload_kind, is_phyp, payload_tmp_phys_addr, payload_tmp_virt_addr );
// If in Secure Mode Verify PHYP at Temporary TCE-related Memory Location
- if (SECUREBOOT::enabled())
+ if (SECUREBOOT::enabled() && is_phyp)
{
TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace,"verifyAndMovePayload() "
"Verifying PAYLOAD: physAddr=0x%.16llX, virtAddr=0x%.16llX",
OpenPOWER on IntegriCloud