]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: video: Fix cache flushes
authorRob Clark <robdclark@gmail.com>
Wed, 13 Sep 2017 22:12:20 +0000 (18:12 -0400)
committerAnatolij Gustschin <agust@denx.de>
Fri, 29 Sep 2017 15:51:29 +0000 (17:51 +0200)
commit889808da9b78d193e5a117a6bf6bc9366d6a3f30
tree3110d34ea7e51cab5f018b70a94364e88eb22dda
parent40f3429415292566af97720d781263b27bbcaeeb
dm: video: Fix cache flushes

Content can come to screen via putc() and we cannot always rely on
updates ending with a puts().  This is the case with efi_console output
to vidconsole.  Fixes corruption with Shell.efi.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/video/vidconsole-uclass.c