]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of WATCHDOG_AUTOSTART
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:44:31 +0000 (15:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commit764d5eda56e17b2af49790655cbada332bb84f7b
tree3f03d43a7e6864459876a3f36773b9b52be10dde
parent444a454884f489dc897b4a77cc646fc4b338dffa
Correct SPL use of WATCHDOG_AUTOSTART

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_WATCHDOG_AUTOSTART defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
board/kontron/sl28/sl28.c