commit | 1ad7b35d9dc2e0226862aab3c9ce91bc9eee4bf7 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Sat Apr 18 22:34:02 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:39:46 2009 +0200 |
tree | ef259501574616da98618f83823ed4588cf900fb | |
parent | 2e6976551ab88aa0ceeb41a40f8ef10ea8741550 [diff] |
i2c: Remove deprecated individual i2c commands The following individual I2C commands have been removed: imd, imm, inm, imw, icrc32, iprobe, iloop, isdram. The functionality of the individual commands is still available via the 'i2c' command. This change only has an impact on those boards which did not have CONFIG_I2C_CMD_TREE defined. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>