
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:
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
Changes in v3:
- Fix commit message
boot/bootm_os.c | 1 + cmd/boot.c | 1 + cmd/elf.c | 2 ++ 3 files changed, 4 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
although I'm not sure why the load.c change is not in this patch too?