[U-Boot-Users] [PATCH v2 2/2] Implement hard SPI driver on MPC8349EMDS
Ben Warren
biggerbadderben at gmail.com
Thu Jan 17 20:06:57 CET 2008
Kim Phillips wrote:
> On Wed, 16 Jan 2008 22:37:42 -0500
> Ben Warren <biggerbadderben at gmail.com> wrote:
>
>
>> +void spi_eeprom_chipsel(int cs)
>> +{
>> + volatile gpio83xx_t *iopd = &((immap_t *)CFG_IMMR)->gpio[0];
>> +
>> + if(cs)
>>
>
> s/if(/if (/
>
> unless no-one else has any objections, this should probably go in
> before the window closes.
>
> Kim
>
>
I was just about to respond to your other message to ask if you'd have
time to fit it in. Do you want me to resend patches or can you apply
yourself (since you already have the handy diff). Either way's fine by me.
regards,
Ben
More information about the U-Boot
mailing list