commit | bbc8a8b4cc4d5d7f555765dd5ee9802a151a3394 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 30 16:37:41 2016 -0700 |
committer | Tom Warren <twarren@nvidia.com> | Tue Feb 16 09:17:50 2016 -0700 |
tree | 8d1236cc4c1f478d9816d93556166dea048686c4 | |
parent | 732484799b60c22c71f6ac0f1ff2db39bcd0c7d8 [diff] |
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>