summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep13/call_mss_ddr_phy_reset.C')
-rw-r--r--src/usr/isteps/istep13/call_mss_ddr_phy_reset.C6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C b/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
index 205d6d593..95ab0824e 100644
--- a/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
+++ b/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
@@ -58,9 +58,6 @@ void* call_mss_ddr_phy_reset (void *io_pArgs)
TARGETING::Target * sys = NULL;
TARGETING::targetService().getTopLevelTarget( sys );
-// TODO: RTC 155373 Need to remove hack that is setting IS_SIMULATION to 1 for this substep
- sys->setAttr<TARGETING::ATTR_IS_SIMULATION>(1);
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_mss_ddr_phy_reset entry" );
@@ -104,9 +101,6 @@ void* call_mss_ddr_phy_reset (void *io_pArgs)
} // end l_mcbist loop
-// TODO: RTC 155373 Need to remove hack that is setting IS_SIMULATION to 1 for this substep
- sys->setAttr<TARGETING::ATTR_IS_SIMULATION>(0);
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_mss_ddr_phy_reset exit" );
OpenPOWER on IntegriCloud