commit | 777fb0b0b2fe1674d2e9c9801a15242366c548e3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Apr 11 15:58:46 2019 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Apr 26 09:16:32 2019 +0200 |
tree | 93c47901092d63d2c64216a0c27a30a8f497a8d2 | |
parent | 83af2760a9f2e0a0e639c3a394ec8ec5c3c28e33 [diff] |
watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup With the generic watchdog driver now implemented, this patch removes some legacy stuff from the MPC8xx watchdog driver and its Kconfig integration. CONFIG_MPC8xx_WATCHDOG is completely removed and hw_watchdog_reset() is made static, as the watchdog will now get serviced via the DM infrastructure if enabled via CONFIG_WATCHDOG. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Christophe Leroy <christophe.leroy@c-s.fr>