projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b461f
)
common/board_f: add at91 wdt
author
Heiko Schocher
<hs@denx.de>
Wed, 21 Jan 2015 07:38:21 +0000
(08:38 +0100)
committer
Andreas Bießmann
<andreas.devel@googlemail.com>
Sat, 7 Feb 2015 22:43:18 +0000
(23:43 +0100)
call hw_watchdog_init() also if CONFIG_AT91SAM9_WATCHDOG
is used.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c
patch
|
blob
|
history
diff --git
a/common/board_f.c
b/common/board_f.c
index 79531377a78b6d4b304c3f9bff7590b2ae0fa20f..6c44dee2172c1f88b43be18fa4bb32e3a0109600 100644
(file)
--- a/
common/board_f.c
+++ b/
common/board_f.c
@@
-111,7
+111,7
@@
static int init_func_watchdog_init(void)
{
# if defined(CONFIG_HW_WATCHDOG) && (defined(CONFIG_BLACKFIN) || \
defined(CONFIG_M68K) || defined(CONFIG_MICROBLAZE) || \
- defined(CONFIG_SH))
+ defined(CONFIG_SH)
|| defined(CONFIG_AT91SAM9_WATCHDOG)
)
hw_watchdog_init();
# endif
puts(" Watchdog enabled\n");