summaryrefslogtreecommitdiff
path: root/include/configs/tseries.h
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-02-03 12:22:28 (GMT)
committerTom Rini <trini@konsulko.com>2015-03-06 01:13:17 (GMT)
commitcf1331f85397d0612eec028061aeb308f505ab24 (patch)
treee90cf6f65c05f58f6d0ac40dad989d694fe7ab02 /include/configs/tseries.h
parentd301425fbfc7a0c13df2a2965a289c829e2b1ba3 (diff)
downloadu-boot-cf1331f85397d0612eec028061aeb308f505ab24.tar.xz
board/BuR/tseries: Enable HW-Watchdog
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include/configs/tseries.h')
-rw-r--r--include/configs/tseries.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index 9ad294f..368f588 100644
--- a/include/configs/tseries.h
+++ b/include/configs/tseries.h
@@ -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)