From: Igor Grinberg Date: Mon, 18 Apr 2011 21:53:33 +0000 (-0400) Subject: OMAP3: CM-T35: remove redundand i2c initialization X-Git-Tag: v2011.06-rc1~131^2~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=afff1fc07996cec1d0a2e34e13f9c06784e26ce7;p=oweals%2Fu-boot.git OMAP3: CM-T35: remove redundand i2c initialization Signed-off-by: Igor Grinberg Signed-off-by: Sandeep Paulraj --- diff --git a/board/cm_t35/cm_t35.c b/board/cm_t35/cm_t35.c index 23efacc2fa..bf54061954 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;