summaryrefslogtreecommitdiffstats
path: root/src/sbefw
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw')
-rw-r--r--src/sbefw/app/power/ipl_table.C10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/sbefw/app/power/ipl_table.C b/src/sbefw/app/power/ipl_table.C
index 8f31aef6..c590ca47 100644
--- a/src/sbefw/app/power/ipl_table.C
+++ b/src/sbefw/app/power/ipl_table.C
@@ -730,15 +730,7 @@ ReturnCode istepWithCoreState( voidfuncptr_t i_hwp)
ReturnCode l_rc = FAPI2_RC_SUCCESS;
l_rc = stopAllCoreInstructions();
- if( l_rc == FAPI2_RC_SUCCESS )
- {
- l_rc = flushNVDIMM();
- if( l_rc != FAPI2_RC_SUCCESS )
- {
- SBE_ERROR(SBE_FUNC "flushNVDIMM failed");
- }
- }
- else
+ if( l_rc != FAPI2_RC_SUCCESS )
{
SBE_ERROR(SBE_FUNC "Stop all core instructions is failed, "
"RC=[0x%08X]", l_rc);
OpenPOWER on IntegriCloud