]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf3e5d0689426409d7f2a7db8c8da8289b6c1fb97
tree1fb7b42f1c901df651c99af32fbd8fe1f88b88c3
parentb07fec09e55fd2c3db6db735f22197b0b2ea811f
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]