]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: fix bug in cfb_console.c code
authorAnatolij Gustschin <agust@denx.de>
Thu, 23 Apr 2009 10:35:22 +0000 (12:35 +0200)
committerAnatolij Gustschin <agust@denx.de>
Tue, 28 Apr 2009 08:55:13 +0000 (10:55 +0200)
commit3dcbe628d66b648e954bc8147d4faff2983206d9
treeee25836a059239d4995ac6268066d27cdfe39dc2
parent28afe0160f87ff74574150d703055a965f91422a
video: fix bug in cfb_console.c code

Fix bug in drawing long version/info strings:
U-Boot version string like
"U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
is long and doesn't wrap around correctly while drawing
beside the logo. Such long strings partially overwrite
the logo. This patch is an attempt to fix it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/cfb_console.c