projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45a25bf
)
Add mcffec_initialize()
author
TsiChungLiew
<Tsi-Chung.Liew@freescale.com>
Fri, 6 Jul 2007 04:29:21 +0000
(23:29 -0500)
committer
John Rigby
<jrigby@freescale.com>
Tue, 10 Jul 2007 20:29:10 +0000
(14:29 -0600)
Added mcffec_initialize() in eth_initialize()
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
net/eth.c
patch
|
blob
|
history
diff --git
a/net/eth.c
b/net/eth.c
index cefd30ff2315c42de842e5f7636879585b26c1b3..4394b63de232bff71588a1b6a57cef27b0c92b9b 100644
(file)
--- a/
net/eth.c
+++ b/
net/eth.c
@@
-268,6
+268,9
@@
int eth_initialize(bd_t *bis)
#if defined(CONFIG_ATSTK1000)
atstk1000_eth_initialize(bis);
#endif
+#if defined(CONFIG_MCFFEC)
+ mcffec_initialize(bis);
+#endif
if (!eth_devices) {
puts ("No ethernet found.\n");