Re: [PATCH v3 5/6] serial: Call flush() before changing baudrate

2022-09-07 Thread Simon Glass
On Mon, 5 Sept 2022 at 03:31, Pali Rohár wrote: > > Changing baudrate is a sensitive operation. To ensure that U-Boot messages > printed before changing baudrate are not lost, call new U-Boot console > flush() function. > > Signed-off-by: Pali Rohár > --- > Changes in v3: > * Remove support from

[PATCH v3 5/6] serial: Call flush() before changing baudrate

2022-09-05 Thread Pali Rohár
Changing baudrate is a sensitive operation. To ensure that U-Boot messages printed before changing baudrate are not lost, call new U-Boot console flush() function. Signed-off-by: Pali Rohár --- Changes in v3: * Remove support from serial.c * Fix commit message --- cmd/load.c