From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 27 Jan 2010 21:53:48 +0100 Subject: [U-Boot] [PATCH] lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor In-Reply-To: <1260651143-14097-1-git-send-email-agust@denx.de> References: <20091205200104.GA32562@morgana.gnudd.com> <1260651143-14097-1-git-send-email-agust@denx.de> Message-ID: <20100127215348.567bfd8d@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 12 Dec 2009 21:52:23 +0100 Anatolij Gustschin wrote: > Not all boards defining LCD_COLOR16 are able to set > lcd_color_fg/lcd_color_bg correctly. The issue seems to > be caused by CONFIG_ATMEL_LCD ifdefs in lcd_setfgcolor() > and lcd_setbgcolor(). Actually, the color values passed > to these functions are already correct, we don't need > to fix them. So remove ifdefs here. > > Reported-by: Alessandro Rubini > Signed-off-by: Anatolij Gustschin Applied to u-boot-video/master Anatolij