summaryrefslogtreecommitdiffstats
path: root/include/i2c.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2007-03-08 16:20:32 +0100
committerStefan Roese <sr@denx.de>2007-03-08 22:16:00 +0100
commitd8a8ea5c476d37006fc7f85b7f903142795c8b14 (patch)
tree3cdf595d33d56752422864a4d7dce32def649581 /include/i2c.h
parentf9fc6a5852a6335840882fa2111925010eea1abe (diff)
downloadblackbird-obmc-uboot-d8a8ea5c476d37006fc7f85b7f903142795c8b14.tar.gz
blackbird-obmc-uboot-d8a8ea5c476d37006fc7f85b7f903142795c8b14.zip
[PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/i2c.h b/include/i2c.h
index d31c72d247..6e6c845312 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -63,6 +63,9 @@
#if !defined(CFG_DTT_BUS_NUM)
#define CFG_DTT_BUS_NUM 0
#endif
+#if !defined(CFG_SPD_BUS_NUM)
+#define CFG_SPD_BUS_NUM 0
+#endif
/*
* Initialization, must be called once on start up, may be called
OpenPOWER on IntegriCloud