commit | 460c7d2483726c07dfc17a77bd667c262aa3cc6e | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Sat Dec 12 21:20:57 2009 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Jan 27 21:23:30 2010 +0100 |
tree | 8ae656e7dce2f98a69a360afc9751aad662d5e72 | |
parent | 16be8933010489c7dddee44905939ba4d6d02730 [diff] |
lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor 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 <rubini@unipv.it> Signed-off-by: Anatolij Gustschin <agust@denx.de>