mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 22:56:49 +08:00
arm, at91, taurus: enable WDT
enable WDT for the taurus board. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
7bae0d6f62
commit
f624162f95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user