Re: [PATCH 4/6] dm: sysreset: wait after reset message

2020-08-03 Thread Simon Glass
Hi Heinrich, On Wed, 29 Jul 2020 at 09:43, Heinrich Schuchardt wrote: > > In our Python tests we expect to see the word "resetting". It may be > truncated if we reset before the serial console buffer is transferred. > > Wait for 100 ms between the "resetting ..." message and the actual reset >

[PATCH 4/6] dm: sysreset: wait after reset message

2020-07-29 Thread Heinrich Schuchardt
In our Python tests we expect to see the word "resetting". It may be truncated if we reset before the serial console buffer is transferred. Wait for 100 ms between the "resetting ..." message and the actual reset like we do when powering off. Signed-off-by: Heinrich Schuchardt ---