[U-Boot-Users] [PATCH v2 2/2] Implement hard SPI driver on MPC8349EMDS

Kim Phillips kim.phillips at freescale.com
Thu Jan 17 19:44:57 CET 2008


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




More information about the U-Boot mailing list