Re: [PATCH v3 2/6] console: Implement flush() function

2022-09-07 Thread Simon Glass
Hi Pali, On Mon, 5 Sept 2022 at 03:31, Pali Rohár wrote: > > On certain places it is required to flush output print buffers to ensure > that text strings were sent to console or serial devices. For example when > printing message that U-Boot is going to boot kernel or when U-Boot is > going to ch

[PATCH v3 2/6] console: Implement flush() function

2022-09-05 Thread Pali Rohár
On certain places it is required to flush output print buffers to ensure that text strings were sent to console or serial devices. For example when printing message that U-Boot is going to boot kernel or when U-Boot is going to change baudrate of terminal device. Therefore introduce a new flush()