diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-04-18 22:34:06 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:46 +0200 |
commit | 9166b776350d16460c7330bfb0a50154ea0a1903 (patch) | |
tree | 6666a63ddd5a67128f7b1e89d6d5749eea9ec6ba /fs | |
parent | 0a45a6357b02e5ce5bf899a60db09def6a129fee (diff) | |
download | u-boot-imx-9166b776350d16460c7330bfb0a50154ea0a1903.zip u-boot-imx-9166b776350d16460c7330bfb0a50154ea0a1903.tar.gz u-boot-imx-9166b776350d16460c7330bfb0a50154ea0a1903.tar.bz2 |
cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
correct, eg:
=> help i2c
i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
speed [speed] - show or set I2C bus speed
i2c dev [dev] - show or set current I2C bus
...
It has been changed to:
i2c speed [speed] - show or set I2C bus speed
i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
i2c dev [dev] - show or set current I2C bus
...
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions