commit | e6e98b28dfc02cd14e04c9b49431f7d538114b48 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Thu Apr 23 12:35:22 2009 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Apr 28 10:55:13 2009 +0200 |
tree | ee25836a059239d4995ac6268066d27cdfe39dc2 | |
parent | 431eef02525db01f3807f5f41c3546406c84c171 [diff] |
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>