[U-Boot] [PATCH V2 1/2] watchdog: Split WDT from SPL_WDT
Heiko Schocher
hs at denx.de
Wed Jun 12 04:00:42 UTC 2019
Hello Marek,
Am 09.06.2019 um 03:46 schrieb Marek Vasut:
> Use CONFIG_IS_ENABLED(WDT) to permit use of WDT in SPL without DM,
> while the full U-Boot can use rich DM/DT WDT driver.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Peng Fan <Peng.Fan at freescale.com>
> Cc: Stefano Babic <sbabic at denx.de>
> ---
> V2: - Make SPL_WATCHDOG_SUPPORT imply SPL_WDT if !HW_WATCHDOG
> - Add SPL_WDT Kconfig entry
> ---
> common/board_r.c | 2 +-
> common/spl/Kconfig | 1 +
> common/spl/spl.c | 2 +-
> drivers/watchdog/Kconfig | 7 +++++++
> drivers/watchdog/Makefile | 2 +-
> include/asm-generic/global_data.h | 2 +-
> include/wdt.h | 2 +-
> 7 files changed, 13 insertions(+), 5 deletions(-)
Tested on the aristainetos board.
Tested-by: Heiko Schocher <hs at denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de
More information about the U-Boot
mailing list