cmd: add wdt command
authorMichael Walle <michael@walle.cc>
Sat, 6 Apr 2019 00:24:02 +0000 (02:24 +0200)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
commit82a00be35382b537cbe1338ade00252242383a90
tree1fb7b42f1c901df651c99af32fbd8fe1f88b88c3
parentf94b5223fbe942ac9299972e1ece0ba4ba29edfd
cmd: add wdt command

Add a command to control the watchdog devices. This is useful if the
watchdog is rather long running (eg. seconds) and it should be
controlled by scripts. It is also handy during debugging.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
cmd/Kconfig
cmd/Makefile
cmd/wdt.c [new file with mode: 0644]