Re: [PATCH v2 6/6] boot: Call flush() before booting

2022-08-11 Thread Simon Glass
On Thu, 11 Aug 2022 at 06:39, Pali Rohár wrote: > > In lot of cases kernel resets UART HW. To ensure that U-Boot messages In a lot > printed before booting kernel are not lost, call new U-Boot console flush() booting the kernel > function. > > Signed-off-by: Pali Rohár > --- > boot/bootm_os.

[PATCH v2 6/6] boot: Call flush() before booting

2022-08-11 Thread Pali Rohár
In lot of cases kernel resets UART HW. To ensure that U-Boot messages printed before booting kernel are not lost, call new U-Boot console flush() function. Signed-off-by: Pali Rohár --- boot/bootm_os.c | 1 + cmd/boot.c | 1 + cmd/elf.c | 2 ++ 3 files changed, 4 insertions(+) diff -