]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: video: Flush the cache after a puts()
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2016 23:37:41 +0000 (16:37 -0700)
committerTom Warren <twarren@nvidia.com>
Tue, 16 Feb 2016 16:17:50 +0000 (09:17 -0700)
commitbbc8a8b4cc4d5d7f555765dd5ee9802a151a3394
tree8d1236cc4c1f478d9816d93556166dea048686c4
parent732484799b60c22c71f6ac0f1ff2db39bcd0c7d8
dm: video: Flush the cache after a puts()

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 <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/video/vidconsole-uclass.c