commit | ace5bb3eca73ae54a28f67cde97bcd9a089cbb06 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 02 19:44:29 2021 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 13 08:16:52 2021 -0700 |
tree | f487e068339c4962eba4d9f001cf436463afabc1 | |
parent | ebee206ad987773cb3b0d649ec0ce97fa1d104ca [diff] |
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>