summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/istep15/host_build_stop_image.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/isteps/istep15/host_build_stop_image.C b/src/usr/isteps/istep15/host_build_stop_image.C
index 40f3592b1..9109df54d 100644
--- a/src/usr/isteps/istep15/host_build_stop_image.C
+++ b/src/usr/isteps/istep15/host_build_stop_image.C
@@ -377,6 +377,10 @@ void* host_build_stop_image (void *io_pArgs)
TARGETING::targetService().getTopLevelTarget(l_sys);
assert( l_sys != NULL );
+ // @todo RTC:176627 Remove workaround setting SYSTEM_RESCLK_DISABLE
+ l_sys->setAttr<TARGETING::ATTR_SYSTEM_RESCLK_DISABLE>(0x1);
+ // end workaround
+
if (l_sys->getAttr<TARGETING::ATTR_IS_MPIPL_HB>())
{
l_errl = HBPM::resetPMAll();
OpenPOWER on IntegriCloud