]> git.baikalelectronics.ru Git - uboot.git/commit
test/dm: fix watchdog test
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 2 Nov 2021 18:44:29 +0000 (19:44 +0100)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Nov 2021 15:16:52 +0000 (08:16 -0700)
commit8ac84615f51d73d139e52ec33b825554742c6984
treef487e068339c4962eba4d9f001cf436463afabc1
parent73229b6f063a2368f1828dee17d8de2368d17ce6
test/dm: fix watchdog test

For successful execution of the watchdog test we need both the GPIO as well
as the SANDBOX watchdog.

Avoid a build failure for CONFIG_WDT_GPIO=n.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile