From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Wed, 27 Jan 2010 22:20:39 +0100 Subject: [U-Boot] [PATCH] lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor In-Reply-To: <20100127215348.567bfd8d@wker> References: <20100127215348.567bfd8d@wker> <20091205200104.GA32562@morgana.gnudd.com> <1260651143-14097-1-git-send-email-agust@denx.de> Message-ID: <20100127212039.GA23973@morgana.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Applied to u-boot-video/master Thanks. Then my "[PATCH V3 6/9] lcd: make 16bpp work" can use : ? lcd_color_fg : lcd_color_bg; instead of this worse choice that I sent in: ? 0xffff : 0; I don't feel like I should resend, but if asked to I'll resend. /alessandro