[U-Boot] [PATCH] sun6i: cpu_reset: Do not return from cpu_reset()

2015-06-14 Thread Hans de Goede
Currently on sun6i after a reset the prompt returns and the user can even type stuff until the watchdog triggers and does the actual reset. This is somewhat unexpected behavior for the reset command, this commit adds an endless loop to wait for the watchdog to trigger so that we do not return to

Re: [U-Boot] [PATCH] sun6i: cpu_reset: Do not return from cpu_reset()

2015-06-14 Thread Ian Campbell
On Sun, 2015-06-14 at 16:58 +0200, Hans de Goede wrote: Currently on sun6i after a reset the prompt returns and the user can even type stuff until the watchdog triggers and does the actual reset. This is somewhat unexpected behavior for the reset command, It certainly is! this commit