commit | 58c733a70ff1967490af1fd69aab2ba7bb86eb2c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 14 18:10:40 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Jan 30 10:55:27 2016 +0100 |
tree | 54626b91c3c90621542300668a08d89e669efdfd | |
parent | c5b77d01d1eb0943a8241665313577b8b51203ae [diff] |
video: Provide a signal when a new console line is started When we start a new line (due to the user pressing return), signal this to the driver so that it can flush its buffer of character positions. Signed-off-by: Simon Glass <sjg@chromium.org>