
7 Sep
2022
7 Sep
'22
11:10 p.m.
On Mon, 5 Sept 2022 at 03:31, Pali Rohár pali@kernel.org 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 pali@kernel.org
Changes in v3:
- Remove support from serial.c
- Fix commit message
cmd/load.c | 5 +++++ drivers/serial/serial-uclass.c | 1 + 2 files changed, 6 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org