commit | 8898b7f3640e5915ed412ff46030fcc180942e08 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sat Apr 28 07:26:43 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Jun 04 22:42:02 2012 +0200 |
tree | 16dc77a4f6c22f9038b70e367b655d26a7f1bca7 | |
parent | e54618d012e5d39befa7aa124af1120434a7bbf5 [diff] |
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>