Re: [U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-03-13 Thread Anatolij Gustschin
On Tue, 12 Jan 2010 12:06:31 +0100 Matthias Weisser matthias.weis...@graf-syteco.de wrote: If a splashscreen is used the console scrolling used the scroll size as needed when a logo was displayd. This patch sets the scroll size to the whole screen if a splashscreen is shown. Signed-off-by:

Re: [U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-03-11 Thread Wolfgang Denk
Dear Anatolij, In message 1263294391-15715-1-git-send-email-matthias.weis...@graf-syteco.de Matthias Weisser wrote: If a splashscreen is used the console scrolling used the scroll size as needed when a logo was displayd. This patch sets the scroll size to the whole screen if a splashscreen

Re: [U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-03-11 Thread Anatolij Gustschin
Dear Wolfgang, On Thu, 11 Mar 2010 23:43:13 +0100 Wolfgang Denk w...@denx.de wrote: In message 1263294391-15715-1-git-send-email-matthias.weis...@graf-syteco.de Matthias Weisser wrote: If a splashscreen is used the console scrolling used the scroll size as needed when a logo was

[U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-01-12 Thread Matthias Weisser
If a splashscreen is used the console scrolling used the scroll size as needed when a logo was displayd. This patch sets the scroll size to the whole screen if a splashscreen is shown. Signed-off-by: Matthias Weisser matthias.weis...@graf-syteco.de --- drivers/video/cfb_console.c | 21