commit | 1ba1d4eb222ae1712865949057912c2f7785543f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:28 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:27:54 2021 -0400 |
tree | 2e42667e41c9857bf9f0f14fe8a711fffdbc113b | |
parent | 762b997c6b5a5a52dd77a23ad2751ab48123fd8c [diff] [blame] |
Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG Rename this option so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/spl/spl.c b/common/spl/spl.c index d1b072d..f6375b0 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c
@@ -707,7 +707,7 @@ spl_board_init(); #endif -#if defined(CONFIG_SPL_WATCHDOG_SUPPORT) && CONFIG_IS_ENABLED(WDT) +#if defined(CONFIG_SPL_WATCHDOG) && CONFIG_IS_ENABLED(WDT) initr_watchdog(); #endif