summaryrefslogtreecommitdiff
path: root/common/cmd_i2c.c
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:02:35 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:02:35 +0100
commitecde8243a8351725ff598f42c88ded154f8a0f1e (patch)
tree62b6c69684c7270eb8fdd3ef4666a5f9c4fb8b8f /common/cmd_i2c.c
parent4f47f2f1c8c46ac87c4e0a5708f950fdb59a2a17 (diff)
parentbcb324d68f7955c1136dafc944eb55db8ebaa601 (diff)
Merge branch 'master' of http://git.denx.de/u-boot
Diffstat (limited to 'common/cmd_i2c.c')
-rw-r--r--common/cmd_i2c.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c
index 8f0fc9e1d..8d6feda27 100644
--- a/common/cmd_i2c.c
+++ b/common/cmd_i2c.c
@@ -326,14 +326,6 @@ int do_i2c_mw ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
#if !defined(CONFIG_SYS_I2C_FRAM)
udelay(11000);
#endif
-
-#if 0
- for (timeout = 0; timeout < 10; timeout++) {
- udelay(2000);
- if (i2c_probe(chip) == 0)
- break;
- }
-#endif
}
return (0);