Re: [U-Boot] [PATCH v3 04/10] sunxi: Implement reset_cpu

2014-07-26 Thread Hans de Goede
Hi, On 07/23/2014 07:45 PM, Siarhei Siamashka wrote: On Mon, 9 Jun 2014 11:36:56 +0200 Hans de Goede wrote: There is no way to reset the cpu, so use the watchdog for this. Signed-off-by: Hans de Goede Acked-by: Ian Campbell Acked-by: Siarhei Siamashka However shouldn't this be squashe

Re: [U-Boot] [PATCH v3 04/10] sunxi: Implement reset_cpu

2014-07-23 Thread Siarhei Siamashka
On Mon, 9 Jun 2014 11:36:56 +0200 Hans de Goede wrote: > There is no way to reset the cpu, so use the watchdog for this. > > Signed-off-by: Hans de Goede > Acked-by: Ian Campbell Acked-by: Siarhei Siamashka However shouldn't this be squashed with http://patchwork.ozlabs.org/patch/359692

[U-Boot] [PATCH v3 04/10] sunxi: Implement reset_cpu

2014-06-09 Thread Hans de Goede
There is no way to reset the cpu, so use the watchdog for this. Signed-off-by: Hans de Goede Acked-by: Ian Campbell --- arch/arm/cpu/armv7/sunxi/board.c| 7 +++ arch/arm/include/asm/arch-sunxi/timer.h | 5 + 2 files changed, 12 insertions(+) diff --git a/arch/arm/cpu/armv7/sunx