
18 Feb
2010
18 Feb
'10
1:48 p.m.
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Thursday, February 18, 2010 6:12 PM To: hs@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@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 . .