[U-Boot] [PATCH 07/16] drivers/video/cfb_console.c: Add function console_swap_colors

Mike Frysinger vapier at gentoo.org
Sun Dec 18 19:57:40 CET 2011


On Saturday 17 December 2011 12:03:09 Pali Rohár wrote:
> --- a/drivers/video/cfb_console.c
> +++ b/drivers/video/cfb_console.c
> 
> +static void console_swap_colors(void)
> +{
> +	eorx = fgx;
> +	fgx = bgx;
> +	bgx = eorx;
> +	eorx = fgx ^ bgx;
> +}

there's nothing calling this new func in this patch ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111218/809cd242/attachment.pgp>


More information about the U-Boot mailing list