mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog
@ 2010-01-19  8:54 Peter Korsgaard
  2010-01-26 18:01 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2010-01-19  8:54 UTC (permalink / raw)
  To: barebox

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>
---
 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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-26 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-19  8:54 [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog Peter Korsgaard
2010-01-26 18:01 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox