diff options
author | Wolfgang Denk | 2009-12-07 23:42:33 +0100 |
---|---|---|
committer | Wolfgang Denk | 2009-12-07 23:42:33 +0100 |
commit | 35e3717772c8c3534c18d8aac69e4b822777c23b (patch) | |
tree | 9fa7a1e24f670772cc8d026a15d63ddf85a36810 /common | |
parent | 7cb5fc15f22de46cc6fabc26baf994cf8f7fa546 (diff) | |
parent | 0fc52948bda0734431cb528ee4fd82f1dec8c7b5 (diff) |
Merge branch 'master' of ../work into next
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_i2c.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index 8d6feda2721..62cbd335e5a 100644 --- a/common/cmd_i2c.c +++ b/common/cmd_i2c.c @@ -315,10 +315,6 @@ int do_i2c_mw ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) /* * Wait for the write to complete. The write can take * up to 10mSec (we allow a little more time). - * - * On some chips, while the write is in progress, the - * chip doesn't respond. This apparently isn't a - * universal feature so we don't take advantage of it. */ /* * No write delay with FRAM devices. |