summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
index a7d37c7c..3d549585 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
@@ -39,8 +39,6 @@
// Includes
//-----------------------------------------------------------------------------------
#include <p9_sbe_fastarray_cleanup.H>
-#include <p9_perv_scom_addresses.H>
-#include <p9_perv_scom_addresses_fld.H>
/**
* @brief Cleanup sub-procedure for p9_fastarray procedure
@@ -50,15 +48,8 @@
fapi2::ReturnCode p9_sbe_fastarray_cleanup(
const fapi2::Target<fapi2::TARGET_TYPE_PERV>& i_target_chiplet)
{
- /* Clean up clock controller */
- fapi2::buffer<uint64_t> buf = 0;
- FAPI_TRY(fapi2::putScom(i_target_chiplet, PERV_CLK_REGION, buf), "Failed to clear clock regions");
- FAPI_TRY(fapi2::putScom(i_target_chiplet, PERV_OPCG_CAPT1, buf), "Failed to clear OPCG_CAPT1");
- FAPI_TRY(fapi2::putScom(i_target_chiplet, PERV_OPCG_CAPT2, buf), "Failed to clear OPCG_CAPT2");
-
- return fapi2::FAPI2_RC_SUCCESS;
-
-fapi_try_exit:
+ FAPI_INF("Start");
+ FAPI_INF("End");
return fapi2::current_err;
}
OpenPOWER on IntegriCloud