commit | 14977b7e5b2cc1c4448f3f8a51301be3461acbad | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Sep 05 11:31:21 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 20 16:39:52 2022 -0400 |
tree | 0281a5e00a7f2a44b06e0ea3b0565feb49d53979 | |
parent | 2cec88d81046411a553fc860306078d56a1520b2 [diff] |
boot: Call flush() before booting In a lot of cases kernel resets UART HW. To ensure that U-Boot messages printed before booting the kernel 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>