]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix video console newline and carriage return handling
authorAnatolij Gustschin <agust@denx.de>
Fri, 11 Jan 2008 01:39:47 +0000 (02:39 +0100)
committerRodolfo Giometti <giometti@linux.it>
Fri, 11 Jan 2008 15:04:46 +0000 (16:04 +0100)
commit20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
tree34781f8ff9db9216958506659cd8a41a773fe271
parent422b1a01602b6e2fbf8444a1192c7ba31461fd4c
Fix video console newline and carriage return handling

Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
are not displayed correctly. This is an attempt to fix
this issue. Also add carriage return handling.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
drivers/video/cfb_console.c