[U-Boot] [PATCH 04/12] sunxi: Implement reset_cpu
Hans de Goede
hdegoede at redhat.com
Fri May 30 15:21:59 CEST 2014
Hi,
On 05/30/2014 11:48 AM, Ian Campbell wrote:
> On Fri, 2014-05-30 at 11:06 +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 <hdegoede at redhat.com>
>
> Acked-by: Ian Campbell <ijc at hellion.org.uk>
>
> One nit
>> +#define WDT_CTRL_RESTART (0x1 << 0)
>> +#define WDT_CTRL_KEY (0x0a57 << 1)
>
> Some sort of whitespace snafuu I think.
Yeah I somehow ended up using spaces for some of the indents,
fixed in my local tree and personal git repo.
Regards,
Hans
More information about the U-Boot
mailing list