[U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs
Anatolij Gustschin
agust at denx.de
Sat May 1 20:51:33 CEST 2010
Dear Matthias,
On Thu, 22 Apr 2010 15:03:55 +0200
Matthias Weißer <weisserm at arcor.de> wrote:
...
> >> +/*
> >> + * Set a RGB color in the LUT
> >> + */
> >> +void video_set_lut(unsigned int index, unsigned char r,
> >> + unsigned char g, unsigned char b)
> >> +{
> >> +
> >> +}
> >
> > Code seems to be missing?
>
> The driver doesn't support palletized color format at the moment but
> removing this function leads to a linker error.
>
> Maybe we should add a config option to disable palletized color format
> or add a weak function somewhere. Maybe Anatolij can comment on this
> issue also.
I will send a patch adding weak default video_set_lut() to cfb_console
driver. You can remove empty function then.
Best regards,
Anatolij
More information about the U-Boot
mailing list