[U-Boot] [PATCH v3 17/18] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-07-12 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-

Re: [U-Boot] [PATCH v3 17/18] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-09-27 Thread Simon Glass
Hi Mike, On Thu, Jul 19, 2012 at 7:04 AM, Mike Frysinger wrote: > On Thursday 12 July 2012 11:25:17 Simon Glass wrote: >> --- a/README >> +++ b/README >> >> + CONSOLE_SCROLL_LINES >> + >> + When the console need to be scrolled, this is the number of >> + lines

Re: [U-Boot] [PATCH v3 17/18] lcd: Add CONSOLE_SCROLL_LINES option to speed console

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:17 Simon Glass wrote: > --- a/README > +++ b/README > > + CONSOLE_SCROLL_LINES > + > + When the console need to be scrolled, this is the number of > + lines to scroll by. It defaults to 1. Increasing this makes > + the