summaryrefslogtreecommitdiffstats
path: root/include/exports.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:15:49 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:15:49 -0500
commit639221c76c88215bd55af83ad174fc30d1940f8f (patch)
tree2f2e4fb3752c8abc551c5647a5366ec0936f63f6 /include/exports.h
parentc3517f919d0f61650cf3027fd4faf0f631142f6c (diff)
downloadblackbird-obmc-uboot-639221c76c88215bd55af83ad174fc30d1940f8f.tar.gz
blackbird-obmc-uboot-639221c76c88215bd55af83ad174fc30d1940f8f.zip
include/: Remove obsolete references to CONFIG_COMMANDS
Mostly removed from comments here. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/exports.h')
-rw-r--r--include/exports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exports.h b/include/exports.h
index 8a9b314cd4..ad20502a67 100644
--- a/include/exports.h
+++ b/include/exports.h
@@ -23,7 +23,7 @@ void do_reset (void);
unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base);
char *getenv (char *name);
void setenv (char *varname, char *varvalue);
-#if (CONFIG_COMMANDS & CFG_CMD_I2C) || defined(CONFIG_CMD_I2C)
+#if defined(CONFIG_CMD_I2C)
int i2c_write (uchar, uint, int , uchar* , int);
int i2c_read (uchar, uint, int , uchar* , int);
#endif /* CFG_CMD_I2C */
OpenPOWER on IntegriCloud