commit | 5b492eeb9b76e72cd9c1fc69879da07cade42e6c | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Sep 02 14:10:47 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Sun Sep 18 10:26:39 2022 +0200 |
tree | 1e7f2304f469a27534b06a560441b3bdd971aedd | |
parent | 80877fa33ca2623eeb5d3e080847605b188131bd [diff] |
watchdog: Get rid of ASSEMBLY hacks Only one occurance of WATCHDOG_RESET is left in one assembler file. This patch changes this occurance to a direct call to watchdog_reset and then removes all the ASSEMBLY ifdef'ery in watchdog.h, as it's not needed any more to clean this mess a bit up. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Tom Rini <trini@konsulko.com> [am335x_evm, mx6cuboxi, rpi_3,dra7xx_evm, pine64_plus, am65x_evm, j721e_evm]