commit | 0d89efef773318b241df7cb1295ac72742e6f848 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 17 13:24:59 2012 +0000 |
committer | Tom Warren <twarren@nvidia.com> | Mon Nov 19 08:15:40 2012 -0700 |
tree | 22f558975e9a58433615dd70549a1f604319b5bc | |
parent | 77139f5170ca74a7724f773ac8b355f8e191576c [diff] |
lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console When the cursor position gets to the end of the LCD console we normally scroll by one line. This adds an option to increase that value. Console scrolling is often slow, and if a large amount of output is being sent, increasing this option to 10 or so will speed things up considerably. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>