]> 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)
committerAnatolij Gustschin <agust@denx.de>
Sat, 13 Mar 2010 15:42:25 +0000 (16:42 +0100)
commitbe129aa71882421ad0b50cd3762915d10ace27ad
treecf15f47c1a2152e14f20dc4aab6e794837df64ac
parent93910edb595a88d394da3eb2cf5148096155dfe9
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