Remove references to old watchdog object

Enabling the Watchdog was moved to systemd unit and hence
doing so from here needs to be removed.

Currently, Host Power on target launches phosphor watchdog in
Disabled state.  However, there was an inadvertent change that
removed the unit that was enabling Watchdog during power on.

It was getting enabled a little later as part of host sending
SET_WATCHDOG command. However, deferring Enable until then will
result in very early Host hangs going undetected and a fix will be
put to address that.

Fixes openbmc/openbmc#1822

Change-Id: I290d84ecc991c258f5fb925b5c073922e2e1868b
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
1 file changed