projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13009e3
)
OMAP3: CM-T35: remove redundand i2c initialization
author
Igor Grinberg
<grinberg@compulab.co.il>
Mon, 18 Apr 2011 21:53:33 +0000
(17:53 -0400)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:07 +0000
(19:38 +0200)
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/cm_t35/cm_t35.c
patch
|
blob
|
history
diff --git
a/board/cm_t35/cm_t35.c
b/board/cm_t35/cm_t35.c
index
23efacc
..
bf54061
100644
(file)
--- a/
board/cm_t35/cm_t35.c
+++ b/
board/cm_t35/cm_t35.c
@@
-90,14
+90,10
@@
int board_init(void)
/*
* Routine: misc_init_r
- * Description:
Init I2C and
display die ID
+ * Description: display die ID
*/
int misc_init_r(void)
{
-#ifdef CONFIG_DRIVER_OMAP34XX_I2C
- i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
-#endif
-
dieid_num_r();
return 0;