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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

