[U-Boot] [PATCH 6/9] Add 16bpp BMP support

Anatolij Gustschin agust at denx.de
Thu Feb 5 00:02:50 CET 2009


Anatolij Gustschin wrote:
> Hello Guennadi,
> 
>>  #if defined(CONFIG_PXA250) || defined(CONFIG_ATMEL_LCD)
>> -			*(fb++) = *(bmap++);
>> +				*(fb++) = *(bmap++);
>>  #elif defined(CONFIG_MPC823) || defined(CONFIG_MCC200)
>> -			*(fb++)=255-*(bmap++);
>> +				*(fb++)=255-*(bmap++);
> 
> please add space around '=' and '-' here.

Ah, ignore this part as this is addressed in the next patch 7/9.

Thanks,
Anatolij


More information about the U-Boot mailing list