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:
6bb992b
)
CPCI750 board support added
author
stroese
<stroese>
Thu, 16 Dec 2004 17:49:38 +0000
(17:49 +0000)
committer
stroese
<stroese>
Thu, 16 Dec 2004 17:49:38 +0000
(17:49 +0000)
net/eth.c
patch
|
blob
|
history
diff --git
a/net/eth.c
b/net/eth.c
index f59a356d266b17f36bebd8a323d7d27e5b2c927f..52e7a96e74aa2801d6f29ed713233ece7836a0cb 100644
(file)
--- a/
net/eth.c
+++ b/
net/eth.c
@@
-120,6
+120,9
@@
int eth_initialize(bd_t *bis)
#ifdef CONFIG_DB64360
mv6436x_eth_initialize(bis);
#endif
+#ifdef CONFIG_CPCI750
+ mv6436x_eth_initialize(bis);
+#endif
#ifdef CONFIG_DB64460
mv6446x_eth_initialize(bis);
#endif