[U-Boot] [PATCH 1/1 v5] arm: add support for the suen3 board from keymile

Prafulla Wadaskar prafulla at marvell.com
Thu Feb 18 13:48:33 CET 2010


 

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> Sent: Thursday, February 18, 2010 6:12 PM
> To: hs at denx.de
> Cc: Prafulla Wadaskar; U-Boot user list; Scott Wood; Stefan Roese
> Subject: Re: [PATCH 1/1 v5] arm: add support for the suen3 
> board from keymile
> 
> Dear Heiko Schocher,
> 
> In message <4B7D06DC.8020107 at denx.de> you wrote:
...snip...
> > >> +	MPP7_PEX_RST_OUTn,
> > >> +#if defined(CONFIG_SOFT_I2C)
> > >> +	MPP8_GPIO,		/* SDA */
> > >> +	MPP9_GPIO,		/* SCL */
> > >> +#else
> > > 
> > > you can remove else part and ifdef with CONFIG_HARD_I2C
> > 
> > But if this is in code, the user can fast switch to HARD_I2C,
> > if he wants it ... Ok, I delete it.
> 
> I understood that Prafulla NOT suggested delete the code, but to
> change the

Ack

> 
> 	#else
> into
> 	#endif
> 	#ifdef CONFIG_HARD_I2C
> 

Regards..
Prafulla . .


More information about the U-Boot mailing list