> -----Original Message-----
> From: Wolfgang Denk [mailto:w...@denx.de] 
> Sent: Thursday, February 18, 2010 6:12 PM
> To: h...@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.8020...@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 . .
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to