public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Blackfin: bf537-stamp: fix I2C board defines
@ 2009-02-19  6:25 Mike Frysinger
  2009-02-19  8:35 ` Heiko Schocher
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2009-02-19  6:25 UTC (permalink / raw)
  To: u-boot

The previous merge for cleaning up the I2C driver incorrectly reverted the
CFG_xxx rename for some of the I2C defines.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/configs/bf537-stamp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index 27567fa..f6399a9 100644
--- a/include/configs/bf537-stamp.h
+++ b/include/configs/bf537-stamp.h
@@ -308,8 +308,8 @@
  */
 #define CONFIG_HARD_I2C		1
 #define CONFIG_BFIN_TWI_I2C	1
-#define CFG_I2C_SPEED		50000
-#define CFG_I2C_SLAVE		0
+#define CONFIG_SYS_I2C_SPEED	50000
+#define CONFIG_SYS_I2C_SLAVE	0
 
 #define CONFIG_EBIU_SDRRC_VAL  0x306
 #define CONFIG_EBIU_SDGCTL_VAL 0x91114d
-- 
1.6.1.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-02-20  6:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19  6:25 [U-Boot] [PATCH] Blackfin: bf537-stamp: fix I2C board defines Mike Frysinger
2009-02-19  8:35 ` Heiko Schocher
2009-02-19 17:19   ` Mike Frysinger
2009-02-19 20:08     ` Wolfgang Denk
2009-02-19 20:56       ` Mike Frysinger
2009-02-20  6:40       ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox