summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C
index 56baff78..8ac578ca 100644
--- a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C
+++ b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -67,9 +67,6 @@ p9_hcd_core_poweron(
// Prepare to power on core
//-------------------------
- FAPI_DBG("Drop chiplet enable via NET_CTRL0[0]");
- FAPI_TRY(putScom(i_target, C_NET_CTRL0_WAND, MASK_UNSET(0)));
-
FAPI_DBG("Assert core glsmux reset via PPM_CGCR[0]");
FAPI_TRY(putScom(i_target, C_PPM_CGCR, MASK_SET(0)));
OpenPOWER on IntegriCloud