]> git.baikalelectronics.ru Git - uboot.git/commit
iot2050: Add watchdog start to bootcmd
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 28 Feb 2023 18:19:13 +0000 (19:19 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 15:58:26 +0000 (11:58 -0400)
commit6acb8b7e097d02019841b18e703fb688bae474f7
treed822f6d30aedf6f95b9f22c90073239c643c41b0
parentda964a9cf1dfaba4e42d8a1c3768533cabb1b0c0
iot2050: Add watchdog start to bootcmd

Allows run-time control over watchdog auto-start and the timeout via
setting the environment variable watchdog_timeout_ms. A value of zero
means "do not start". Use CONFIG_WATCHDOG_TIMEOUT_MSECS as initial value
and this to zero by default. Users can then enable the watchdog once the
use and OS which picks it up during boot.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
board/siemens/iot2050/iot2050.env
configs/iot2050_pg1_defconfig
configs/iot2050_pg2_defconfig