projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bae0d6
)
arm, at91, taurus: enable WDT
author
Heiko Schocher
<hs@denx.de>
Wed, 21 Jan 2015 07:38:23 +0000
(08:38 +0100)
committer
Andreas Bießmann
<andreas.devel@googlemail.com>
Sat, 7 Feb 2015 22:43:21 +0000
(23:43 +0100)
enable WDT for the taurus board.
Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/taurus.h
patch
|
blob
|
history
diff --git
a/include/configs/taurus.h
b/include/configs/taurus.h
index 65468ad1656dad3bbd66fea5fcc8b9b7d6590201..b61dc2d11546c05d479882ec8771864866013905 100644
(file)
--- 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