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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to