commit | 8e67a8a3cd8bcfd0a5b55358ecbb4f8450d9f02f | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Sep 05 11:31:20 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 24 11:34:38 2022 -0400 |
tree | d50599477f4272ec2815939caaea122ae290be90 | |
parent | a48a24ff864bff46cc05224a9282c1b6380cf427 [diff] |
serial: Call flush() before changing baudrate 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> Reviewed-by: Simon Glass <sjg@chromium.org>