From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 19:14:40 +0100 Subject: [U-Boot] [PATCH v2 02/23] dm: video: Flush the cache after a puts() In-Reply-To: <1454197082-1312-3-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-3-git-send-email-sjg@chromium.org> Message-ID: <20160131191440.27455a78@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Sat, 30 Jan 2016 16:37:41 -0700 Simon Glass sjg at chromium.org wrote: > This helps keep the display consistent. puts() is used when printing the > prompt, so is a useful way to make sure the current display contents is > visible. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/video/vidconsole-uclass.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Anatolij Gustschin