summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/sbe_update.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/sbe/sbe_update.C')
-rw-r--r--src/usr/sbe/sbe_update.C13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index af032a07f..a452ea200 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -439,18 +439,7 @@ namespace SBE
/**********************************************/
/* Reset the watchdog after each Action */
/**********************************************/
-#ifdef CONFIG_BMC_IPMI
- err = IPMIWATCHDOG::resetWatchDogTimer();
-
- if( err )
- {
- TRACFCOMP( g_trac_sbe,
- INFO_MRK"updateProcessorSbeSeeproms(): "
- "resetWatchDogTimer() Failed rc=0x%.4X",
- err->reasonCode());
- errlCommit( err, SBE_COMP_ID );
- }
-#endif
+ INITSERVICE::sendProgressCode();
// Push this sbeState onto the vector
sbeStates_vector.push_back(sbeState);
OpenPOWER on IntegriCloud