mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
i2c: fix dangling comment in do_i2c_mw()
commit bd3784df94
deleted some unused
code in do_i2c_mw(), but missed to also remove the respective
commment. This patch fixes this.
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
f8450829f9
commit
df002fa6b9
1 changed files with 0 additions and 4 deletions
|
@ -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
|
* Wait for the write to complete. The write can take
|
||||||
* up to 10mSec (we allow a little more time).
|
* 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.
|
* No write delay with FRAM devices.
|
||||||
|
|
Loading…
Add table
Reference in a new issue