diff options
Diffstat (limited to 'common/cmd_i2c.c')
| -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 8d6feda27..62cbd335e 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. |