diff options
| author | Peter Tyser <[email protected]> | 2009-04-18 22:34:02 -0500 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-06-12 20:39:46 +0200 |
| commit | d48eb5131d287f52bb85b4c58c8680a2e8e3b641 (patch) | |
| tree | ef259501574616da98618f83823ed4588cf900fb /doc | |
| parent | 655b34a78adf60ef260981688837904208883ae9 (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 <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/feature-removal-schedule.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index b1f0582f7b2..9bbdc0a8322 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -59,18 +59,6 @@ Who: Wolfgang Denk <[email protected]> and board maintainers --------------------------- -What: Individual I2C commands -When: April 2009 -Why: Per the U-Boot README, individual I2C commands such as "imd", "imm", - "imw", etc are deprecated. The single "i2c" command which is - currently enabled via CONFIG_I2C_CMD_TREE contains the same - functionality as the individual I2C commands. The individual - I2C commands should be removed as well as any references to - CONFIG_I2C_CMD_TREE. -Who: Peter Tyser <[email protected]> - ---------------------------- - What: Legacy NAND code When: April 2009 Why: Legacy NAND code is deprecated. Similar functionality exists in |
