Re: [U-Boot] [PATCH 2/2] console: execute flush on uart when silent is removed

2019-08-07 Thread Tom Rini
On Fri, Aug 02, 2019 at 02:58:10PM +0200, Patrice Chotard wrote: > From: Patrick Delaunay > > Avoid to flush buffer when silent console is activated as the > console can be reactivate later, after relocation, when the env will > be updated with the saved one. > > Solve issue (missing beginning

[U-Boot] [PATCH 2/2] console: execute flush on uart when silent is removed

2019-08-02 Thread Patrice Chotard
From: Patrick Delaunay Avoid to flush buffer when silent console is activated as the console can be reactivate later, after relocation, when the env will be updated with the saved one. Solve issue (missing beginning of U-Boot trace) when: - CONFIG_SILENT_CONSOLE is activated - silent=1 is