From 3473ab737282b08ad61841fcbb14c4d264a93a8e Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Tue, 13 May 2008 11:50:36 +0800 Subject: Feed the watchdog in u-boot for 8610 board. The watchdog on 8610 board is enabled by setting sw[6] to on. Once enabled, the watchdog can not be disabled by software. So feed the dog in u-boot is necessary for normal operation. Signed-off-by: Jason Jin --- cpu/mpc86xx/interrupts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu/mpc86xx/interrupts.c') diff --git a/cpu/mpc86xx/interrupts.c b/cpu/mpc86xx/interrupts.c index d9f634fdab..f16744bfdc 100644 --- a/cpu/mpc86xx/interrupts.c +++ b/cpu/mpc86xx/interrupts.c @@ -36,6 +36,7 @@ #include #include #include +#include unsigned long decrementer_count; /* count value for 1e6/HZ microseconds */ unsigned long timestamp; -- cgit v1.2.1