projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fc6a5
)
[PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
author
Matthias Fuchs
<matthias.fuchs@esd-electronics.com>
Thu, 8 Mar 2007 15:20:32 +0000
(16:20 +0100)
committer
Stefan Roese
<sr@denx.de>
Thu, 8 Mar 2007 21:16:00 +0000
(22:16 +0100)
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
include/i2c.h
patch
|
blob
|
history
diff --git
a/include/i2c.h
b/include/i2c.h
index d31c72d2475c48e42f977a63b48e68875620a924..6e6c84531277e7683ac3dc98e05bee929054df06 100644
(file)
--- 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