From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Tue, 27 Jan 2009 12:58:02 +0000 Subject: [U-Boot] [PATCH v2] Add 16bpp BMP support In-Reply-To: <20090127125614.A4411832E416@gemini.denx.de> References: <497EF0C4.3060907@mimc.co.uk> <20090127121534.9561B832E416@gemini.denx.de> <497EFC3E.8050403@mimc.co.uk> <20090127125614.A4411832E416@gemini.denx.de> Message-ID: <497F04DA.4070605@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Mark, > > In message <497EFC3E.8050403@mimc.co.uk> you wrote: >> What if I just remove all the extranous #defines all together ? And just >> leave the inner "#if defined(CONFIG_ATMEL_LCD_BGR555)" ? > > Well, we probably don't need to add code for 16bpp support on systems > that cannot make use of it. Let's keep the memory footprint as small > as possible. No problem ... I'll fix that up. Mark