
4 Jun
2012
4 Jun
'12
10:49 p.m.
On Sun, 20 May 2012 22:38:08 +0200 Anatolij Gustschin agust@denx.de wrote:
From: Pali Rohár pali.rohar@gmail.com
console_clear_line() clears part of specified line or the full line.
Signed-off-by: Pali Rohár pali.rohar@gmail.com Signed-off-by: Anatolij Gustschin agust@denx.de
Changes since v2:
- remove console_clear() from this patch, it should be added in another patch which uses this function
- fix arguments for hw accelerated fill and drop FIXME comments
- fix console_clear_line() end argument, as we start counting columns from zero
- fix coding style
- extend comments
- tested the code with hw accelerated fill
drivers/video/cfb_console.c | 49 +++++++++++++++++++++++++++++++----------- 1 files changed, 36 insertions(+), 13 deletions(-)
Applied to u-boot-video/master. Thanks!
Anatolij