Re: [U-Boot] [PATCH v4 15/16] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-10-08 Thread Simon Glass
Hi Lucas, On Fri, Sep 28, 2012 at 7:51 AM, Lucas Stach wrote: > Am Donnerstag, den 27.09.2012, 17:44 -0700 schrieb Simon Glass: >> 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

Re: [U-Boot] [PATCH v4 15/16] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-09-28 Thread Lucas Stach
Am Donnerstag, den 27.09.2012, 17:44 -0700 schrieb Simon Glass: > 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, increasi

[U-Boot] [PATCH v4 15/16] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-09-27 Thread Simon Glass
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-