From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sun, 18 Dec 2011 15:06:52 -0500 Subject: [U-Boot] [PATCH 07/16] drivers/video/cfb_console.c: Add function console_swap_colors In-Reply-To: <7657816.Vncbzf2cVf@pali-elitebook> References: <2772527.Czs1Sl5aoH@pali-elitebook> <201112181357.42002.vapier@gentoo.org> <7657816.Vncbzf2cVf@pali-elitebook> Message-ID: <201112181506.54120.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday 18 December 2011 14:00:10 Pali Roh?r wrote: > On Sunday 18 December 2011 13:57:40 Mike Frysinger wrote: > > 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 ... > > This function in needed for ANSI terminal support in Patch 10. so squash it into the patch where it actually gets used -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: