commit | 398b94ec7fa0e3ae127d1f09eff0fa2b125e03d4 | [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 | f89c414aaa7fa4cb7a6616480f9b50d986fccf9d [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>