]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: Fix console display when splashscreen is used
authorMatthias Weisser <matthias.weisser@graf-syteco.de>
Tue, 12 Jan 2010 11:06:31 +0000 (12:06 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 21 Mar 2010 21:44:41 +0000 (22:44 +0100)
commitc0c316569f70055eb7c70864aaa6d48666782600
tree7f809ff8e2989ac3a3a4ca693b5222f6064f4574
parent05022629a2ca6c385dc390d32c20aa27cf5d915a
video: Fix console display when splashscreen is used

If a splashscreen is used the console scrolling used the
scroll size as needed when a logo was displayed. This
patch sets the scroll size to the whole screen if
a splashscreen is shown.

Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
drivers/video/cfb_console.c