]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console
authorSimon Glass <sjg@chromium.org>
Wed, 17 Oct 2012 13:24:59 +0000 (13:24 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 19 Nov 2012 15:15:40 +0000 (08:15 -0700)
commit0d89efef773318b241df7cb1295ac72742e6f848
tree22f558975e9a58433615dd70549a1f604319b5bc
parent77139f5170ca74a7724f773ac8b355f8e191576c
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>
README
common/lcd.c