diff options
author | Vic (Chun-Ju) Yang <victoryang@chromium.org> | 2013-11-25 17:35:34 +0800 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2013-11-26 18:19:10 +0000 |
commit | 3f82ac35797b730b98d2bebeed4240b3439800ee (patch) | |
tree | e4b4ca79272d5c32e8ec12c6a1b7ca55140a46bd /board | |
parent | 7f3ed512dbb250f946fa62dd2ee5781b170fee48 (diff) | |
download | chrome-ec-3f82ac35797b730b98d2bebeed4240b3439800ee.tar.gz |
mec1322: Add watchdog support
This implements the basic watchdog support. For now, the watchdog
doesn't warn us before it expires. This functionality will be added
later using a basic timer.
BUG=chrome-os-partner:24107
TEST='waitms 700' and the EC stays alive.
TEST='waitms 1200' and the EC reboots.
BRANCH=None
Change-Id: I1cc48978ed09577ae88cc2f7a6087867e5854973
Signed-off-by: Vic (Chun-Ju) Yang <victoryang@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/177736
Diffstat (limited to 'board')
-rw-r--r-- | board/mec1322_evb/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/mec1322_evb/board.h b/board/mec1322_evb/board.h index 269cb4fb9d..c5f14a27f9 100644 --- a/board/mec1322_evb/board.h +++ b/board/mec1322_evb/board.h @@ -19,7 +19,6 @@ #undef CONFIG_LPC #undef CONFIG_PECI #undef CONFIG_SWITCH -#undef CONFIG_WATCHDOG #ifndef __ASSEMBLER__ |