On Fri, 20 Jan 2017 07:07:37 -0700
Simon Glass s...@chromium.org wrote:

> At present we clear many more bytes than we should on 16bpp and 32bpp
> displays. The number of pixels to clear is currently calculated as the
> line length (in bytes) multiplied by the number of lines to clear. This
> is only correct for 8bpp displays.
> 
> Correct the calculation to use the number of text columns multiplied by
> the width of each character multiplied by the number of lines to clear.
> 
> Signed-off-by: Simon Glass <s...@chromium.org>

Acked-by: Anatolij Gustschin <ag...@denx.de>

--
Anatolij
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to