[U-Boot] [PATCH v2] Add 16bpp BMP support

2009-01-27 Thread Mark Jackson
This patch adds 16bpp BMP support to the common lcd code. At the moment it's only been tested on the MIMC200 AVR32 board, but the hooks are in place to extend this to other platforms. Signed-off-by: Mark Jackson m...@mimc.co.uk --- common/lcd.c | 55

Re: [U-Boot] [PATCH v2] Add 16bpp BMP support

2009-01-27 Thread Wolfgang Denk
Dear Mark Jackson, In message 497ef0c4.3060...@mimc.co.uk you wrote: This patch adds 16bpp BMP support to the common lcd code. At the moment it's only been tested on the MIMC200 AVR32 board, but the hooks are in place to extend this to other platforms. ... +#if defined(CONFIG_PXA250)

Re: [U-Boot] [PATCH v2] Add 16bpp BMP support

2009-01-27 Thread Wolfgang Denk
Dear Mark, In message 497efc3e.8050...@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.

Re: [U-Boot] [PATCH v2] Add 16bpp BMP support

2009-01-27 Thread Mark Jackson
Wolfgang Denk wrote: Dear Mark, In message 497efc3e.8050...@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