summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2009-12-05 11:59:51 +0100
committerWolfgang Denk <wd@denx.de>2009-12-07 22:58:46 +0100
commitdf002fa6b9cd475909ede35bf95b803c2289c6a4 (patch)
tree7975219f518295c580d2992ab79ab63a3b3052e9 /common
parentf8450829f921cf10667af98a8d08edfa3d998f04 (diff)
downloadblackbird-obmc-uboot-df002fa6b9cd475909ede35bf95b803c2289c6a4.tar.gz
blackbird-obmc-uboot-df002fa6b9cd475909ede35bf95b803c2289c6a4.zip
i2c: fix dangling comment in do_i2c_mw()
commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b 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>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_i2c.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c
index 8d6feda272..62cbd335e5 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.
OpenPOWER on IntegriCloud