Re: [U-Boot] [PATCH] CFB: Fix font rendering on mx5 framebuffer

2011-11-24 Thread Anatolij Gustschin
On Thu, 24 Nov 2011 03:32:16 +0100 Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > Cc: Stefano Babic > --- > drivers/video/cfb_console.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij

[U-Boot] [PATCH] CFB: Fix font rendering on mx5 framebuffer

2011-11-23 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Anatolij Gustschin Cc: Stefano Babic --- drivers/video/cfb_console.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 561883a..d66891a 100644 --- a/drivers/video/cfb_console.c