[U-Boot] [POWERPC] i2c: Fix help text for i2c reset command.

Signed-off-by: Heiko Schocher hs@denx.de ---
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"

Dear Heiko Schocher,
In message 48F85538.9080100@denx.de you wrote:
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(-)
Applied to "next" branch - will merge this into the "I2C: add new command i2c reset." commit upon next rebase of this branch.
Best regards,
Wolfgang Denk
participants (2)
-
Heiko Schocher
-
Wolfgang Denk