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@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox