On Tue, Jan 10, 2023 at 4:24 PM Loic Poulain <loic.poul...@linaro.org> wrote: > > Instead of waiting for empty FIFO condition before writing a > character, wait for non-full FIFO condition. > > This helps in saving several tens of milliseconds during boot > (depending verbosity). > > Signed-off-by: Loic Poulain <loic.poul...@linaro.org> > Tested-by: Lothar Waßmann <l...@karo-electronics.de> > --- > v2: fixing transfert abort & char corruption commit > v3: Reordering commits for good bisectability
Reviewed-by: Fabio Estevam <feste...@denx.de> Thanks