]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board/BuR/tseries: Enable HW-Watchdog
authorHannes Petermaier <oe5hpm@oevsv.at>
Tue, 3 Feb 2015 12:22:28 +0000 (13:22 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:10 +0000 (14:20 +0200)
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
board/BuR/tseries/board.c
include/configs/tseries.h

index 66747eb5d3518cbe83b6bfde38f25054465b9d75..a1c6887b1be7915290fe09cea12b66b49b215a0c 100644 (file)
@@ -28,6 +28,7 @@
 #include <power/tps65217.h>
 #include "../common/bur_common.h"
 #include <lcd.h>
+#include <watchdog.h>
 
 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();
index 9ad294fd568190cef5bffdc662b3f2d0ae626ad2..368f588fa877699c1af153e91bc1aac7749e1a00 100644 (file)
@@ -20,6 +20,9 @@
 #define CONFIG_SYS_WHITE_ON_BLACK
 #define LCD_BPP                                LCD_COLOR32
 
+#define CONFIG_HW_WATCHDOG
+#define CONFIG_OMAP_WATCHDOG
+#define CONFIG_SPL_WATCHDOG_SUPPORT
 /* Clock Defines */
 #define V_OSCK                         26000000  /* Clock output from T2 */
 #define V_SCLK                         (V_OSCK)