summaryrefslogtreecommitdiffstats
path: root/include/configs/at91rm9200ek.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-04-18 22:34:02 -0500
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:46 +0200
commitd48eb5131d287f52bb85b4c58c8680a2e8e3b641 (patch)
treeef259501574616da98618f83823ed4588cf900fb /include/configs/at91rm9200ek.h
parent655b34a78adf60ef260981688837904208883ae9 (diff)
downloadblackbird-obmc-uboot-d48eb5131d287f52bb85b4c58c8680a2e8e3b641.tar.gz
blackbird-obmc-uboot-d48eb5131d287f52bb85b4c58c8680a2e8e3b641.zip
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>
Diffstat (limited to 'include/configs/at91rm9200ek.h')
-rw-r--r--include/configs/at91rm9200ek.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index a018873fd6..c898c73046 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -266,7 +266,6 @@
#ifdef CONFIG_HARD_I2C
#define CONFIG_CMD_I2C
-#define CONFIG_I2C_CMD_TREE
#define CONFIG_SYS_I2C_SPEED 0 /* not used */
#define CONFIG_SYS_I2C_SLAVE 0 /* not used */
#endif
OpenPOWER on IntegriCloud