[PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog
Peter Korsgaard
jacmet at sunsite.dk
Tue Jan 19 03:54:25 EST 2010
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 at sunsite.dk>
---
arch/arm/mach-at91/clocksource.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-at91/clocksource.c b/arch/arm/mach-at91/clocksource.c
index b5886f9..564b560 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)
{
--
1.6.5
More information about the barebox
mailing list