Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]>
---

This Patch fixes a typo in Patch:
http://lists.denx.de/pipermail/u-boot/2008-October/041807.html
[U-Boot] [PATCH v2 02/16] [PATCH] I2C: add new command i2c reset.

 common/cmd_i2c.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c
index d8f84dc..84ecf49 100644
--- a/common/cmd_i2c.c
+++ b/common/cmd_i2c.c
@@ -1322,7 +1322,7 @@ U_BOOT_CMD(
        "i2c nm chip address[.0, .1, .2] - write to I2C device (constant 
address)\n"
        "i2c crc32 chip address[.0, .1, .2] count - compute CRC32 checksum\n"
        "i2c probe - show devices on the I2C bus\n"
-       "i2c reset - reinit the I2C Controller\n"
+       "i2c reset - re-init the I2C Controller\n"
        "i2c loop chip address[.0, .1, .2] [# of objects] - looping read of 
device\n"
 #if defined(CONFIG_CMD_SDRAM)
        "i2c sdram chip - print SDRAM configuration information\n"
-- 
1.5.6.1

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to