summaryrefslogtreecommitdiffstats
path: root/common/cmd_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_i2c.c')
-rw-r--r--common/cmd_i2c.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c
index 45cfde2eb8..b699b2cb47 100644
--- a/common/cmd_i2c.c
+++ b/common/cmd_i2c.c
@@ -321,13 +321,6 @@ int do_i2c_mw ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
udelay(11000);
#endif
-#if 0
- for (timeout = 0; timeout < 10; timeout++) {
- udelay(2000);
- if (i2c_probe(chip) == 0)
- break;
- }
-#endif
}
return (0);