summaryrefslogtreecommitdiffstats
path: root/procedures/p9/start_host.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'procedures/p9/start_host.cpp')
-rw-r--r--procedures/p9/start_host.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/procedures/p9/start_host.cpp b/procedures/p9/start_host.cpp
index f959ce7..5e11b8b 100644
--- a/procedures/p9/start_host.cpp
+++ b/procedures/p9/start_host.cpp
@@ -83,9 +83,6 @@ void startHost()
// 0 -> Side 0, 1 -> Side 1
writeRegWithMask(master, P9_SBE_CTRL_STATUS, sbeSide, 0x00004000);
- // Ensure ISTEP stepping isn't enabled
- writeRegWithMask(master, P9_SCRATCH_REGISTER_8, 0x20000000, 0x20000000);
-
// Start the SBE
writeRegWithMask(master, P9_CBS_CS, 0x80000000, 0x80000000);
}
OpenPOWER on IntegriCloud