diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-04-18 22:34:03 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:46 +0200 |
commit | 0f89c54be92773b23d66ac401ba6acb6144100c3 (patch) | |
tree | 60f51c10ce10d8525fd635a1f99e76707221f4d0 /README | |
parent | d48eb5131d287f52bb85b4c58c8680a2e8e3b641 (diff) | |
download | u-boot-imx-0f89c54be92773b23d66ac401ba6acb6144100c3.zip u-boot-imx-0f89c54be92773b23d66ac401ba6acb6144100c3.tar.gz u-boot-imx-0f89c54be92773b23d66ac401ba6acb6144100c3.tar.bz2 |
i2c: Update references to individual i2c commands
The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
and isdram are no longer available so all references to them have been
updated to the new form of "i2c <cmd>".
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -1430,9 +1430,9 @@ The following options need to be configured: CONFIG_SYS_I2C_NOPROBES This option specifies a list of I2C devices that will be skipped - when the 'i2c probe' command is issued (or 'iprobe' using the legacy - command). If CONFIG_I2C_MULTI_BUS is set, specify a list of bus-device - pairs. Otherwise, specify a 1D array of device addresses + when the 'i2c probe' command is issued. If CONFIG_I2C_MULTI_BUS + is set, specify a list of bus-device pairs. Otherwise, specify + a 1D array of device addresses e.g. #undef CONFIG_I2C_MULTI_BUS @@ -2866,14 +2866,7 @@ mw - memory write (fill) cp - memory copy cmp - memory compare crc32 - checksum calculation -imd - i2c memory display -imm - i2c memory modify (auto-incrementing) -inm - i2c memory modify (constant address) -imw - i2c memory write (fill) -icrc32 - i2c checksum calculation -iprobe - probe to discover valid I2C chip addresses -iloop - infinite loop on address range -isdram - print SDRAM configuration information +i2c - I2C sub-system sspi - SPI utility commands base - print or set address offset printenv- print environment variables |