]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: Remove deprecated individual i2c commands
authorPeter Tyser <ptyser@xes-inc.com>
Sun, 19 Apr 2009 03:34:02 +0000 (22:34 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:46 +0000 (20:39 +0200)
commitd48eb5131d287f52bb85b4c58c8680a2e8e3b641
treeef259501574616da98618f83823ed4588cf900fb
parent655b34a78adf60ef260981688837904208883ae9
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>
26 files changed:
README
common/cmd_i2c.c
doc/feature-removal-schedule.txt
include/configs/DU405.h
include/configs/DU440.h
include/configs/MPC8313ERDB.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC8360ERDK.h
include/configs/MPC8536DS.h
include/configs/MPC8568MDS.h
include/configs/MPC8569MDS.h
include/configs/MPC8572DS.h
include/configs/MVBLM7.h
include/configs/PMC440.h
include/configs/SIMPC8313.h
include/configs/XPEDITE5200.h
include/configs/XPEDITE5370.h
include/configs/ads5121.h
include/configs/at91rm9200ek.h
include/configs/katmai.h
include/configs/keymile-common.h
include/configs/kmeter1.h
include/configs/korat.h
include/configs/sbc8349.h
include/configs/socrates.h