From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 30 May 2014 15:21:59 +0200 Subject: [U-Boot] [PATCH 04/12] sunxi: Implement reset_cpu In-Reply-To: <1401443292.15871.68.camel@hastur.hellion.org.uk> References: <1401440772-7462-1-git-send-email-hdegoede@redhat.com> <1401440772-7462-5-git-send-email-hdegoede@redhat.com> <1401443292.15871.68.camel@hastur.hellion.org.uk> Message-ID: <538885F7.8050100@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > Acked-by: Ian Campbell > > 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