mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
OMAP3: CM-T35: remove redundand i2c initialization
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
13009e3f28
commit
afff1fc079
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue