]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
cfb_console: Fix function console_back
authorPali Rohár <pali.rohar@gmail.com>
Sat, 28 Apr 2012 07:26:43 +0000 (07:26 +0000)
committerAnatolij Gustschin <agust@denx.de>
Mon, 4 Jun 2012 20:42:02 +0000 (22:42 +0200)
commit04bbe6999048f74af00305cacae14a2d7faf2063
tree16dc77a4f6c22f9038b70e367b655d26a7f1bca7
parent8da2efb6610b5b33ec4758b0fcf97e55fa25acac
cfb_console: Fix function console_back

* Do not disable and enable the cursor again.

console_back() is called only from video_putc() which already turns
the cursor off at the beginning and turns it on at the end, so there
is no need to change the cursor in console_back().

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/cfb_console.c