diff options
| author | Igor Grinberg <[email protected]> | 2011-04-18 17:53:33 -0400 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-04-27 19:38:07 +0200 |
| commit | afff1fc07996cec1d0a2e34e13f9c06784e26ce7 (patch) | |
| tree | deb745ae74b73e134230dac6ee5c5e2022a5f4bd | |
| parent | 13009e3f28d6022972463a7a1b0862c94efc5f6a (diff) | |
OMAP3: CM-T35: remove redundand i2c initialization
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
| -rw-r--r-- | board/cm_t35/cm_t35.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/board/cm_t35/cm_t35.c b/board/cm_t35/cm_t35.c index 23efacc2faf..bf540619540 100644 --- 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; |
