summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-01-19 09:54:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-26 19:00:45 +0100
commit33b842d3ce5df273a02d2e4f4f51fe3d8565a3b9 (patch)
treeddd8a6d3cea99dbee0fec04678178c97f1fb487a /arch
parent0dde20da20411bf4dcd5593601d2f36e9ba04f66 (diff)
downloadbarebox-33b842d3ce5df273a02d2e4f4f51fe3d8565a3b9.tar.gz
barebox-33b842d3ce5df273a02d2e4f4f51fe3d8565a3b9.tar.xz
mach-at91: reset_cpu: fix confusing reference to watchdog
On at91 we talk directly to the reset controller to reset the cpu, rather than use the watchdog, so update the comment to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-at91/clocksource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/clocksource.c b/arch/arm/mach-at91/clocksource.c
index b5886f938e..564b560092 100644
--- a/arch/arm/mach-at91/clocksource.c
+++ b/arch/arm/mach-at91/clocksource.c
@@ -71,7 +71,7 @@ static int clocksource_init (void)
core_initcall(clocksource_init);
/*
- * Reset the cpu by setting up the watchdog timer and let it time out
+ * Reset the cpu through the reset controller
*/
void reset_cpu (ulong ignored)
{