summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-01-21 08:38:23 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-02-07 23:43:21 +0100
commitf624162f954b2f8ed31b8f00b548b89e23f5d1bb (patch)
tree84a32efeca4679096368e17edbad96afdd95ea48 /include/configs
parent7bae0d6f62723bdfba50ffbd7491ebd282573c0a (diff)
downloadblackbird-obmc-uboot-f624162f954b2f8ed31b8f00b548b89e23f5d1bb.tar.gz
blackbird-obmc-uboot-f624162f954b2f8ed31b8f00b548b89e23f5d1bb.zip
arm, at91, taurus: enable WDT
enable WDT for the taurus board. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/taurus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index 65468ad165..b61dc2d115 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -121,6 +121,12 @@
#define CONFIG_RMII
#define CONFIG_AT91_WANTS_COMMON_PHY
+#define CONFIG_AT91SAM9_WATCHDOG
+#if !defined(CONFIG_SPL_BUILD)
+/* Enable the watchdog */
+#define CONFIG_HW_WATCHDOG
+#endif
+
/* USB */
#if defined(CONFIG_BOARD_TAURUS)
#define CONFIG_USB_ATMEL
OpenPOWER on IntegriCloud