commit | 889808da9b78d193e5a117a6bf6bc9366d6a3f30 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed Sep 13 18:12:20 2017 -0400 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Sep 29 17:51:29 2017 +0200 |
tree | 3110d34ea7e51cab5f018b70a94364e88eb22dda | |
parent | 40f3429415292566af97720d781263b27bbcaeeb [diff] |
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>