From cf1331f85397d0612eec028061aeb308f505ab24 Mon Sep 17 00:00:00 2001 From: Hannes Petermaier Date: Tue, 3 Feb 2015 13:22:28 +0100 Subject: board/BuR/tseries: Enable HW-Watchdog Signed-off-by: Hannes Petermaier --- board/BuR/tseries/board.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/BuR') diff --git a/board/BuR/tseries/board.c b/board/BuR/tseries/board.c index 66747eb5d3..a1c6887b1b 100644 --- a/board/BuR/tseries/board.c +++ b/board/BuR/tseries/board.c @@ -28,6 +28,7 @@ #include #include "../common/bur_common.h" #include +#include DECLARE_GLOBAL_DATA_PTR; @@ -144,6 +145,9 @@ void sdram_init(void) /* Basic board specific setup. Pinmux has been handled already. */ int board_init(void) { +#if defined(CONFIG_HW_WATCHDOG) + hw_watchdog_init(); +#endif gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; #ifdef CONFIG_NAND gpmc_init(); -- cgit v1.2.1