summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-07-05 23:29:21 -0500
committerJohn Rigby <jrigby@freescale.com>2007-07-10 14:29:10 -0600
commit2870e98ac8e5553e9187b12a47e5f46babb53990 (patch)
tree4534bc08e347763edc5c275c4745d35317c04044 /net
parent45a25bfd0c52f8a3fa137216bc94d32f90bedc5d (diff)
downloadtalos-obmc-uboot-2870e98ac8e5553e9187b12a47e5f46babb53990.tar.gz
talos-obmc-uboot-2870e98ac8e5553e9187b12a47e5f46babb53990.zip
Add mcffec_initialize()
Added mcffec_initialize() in eth_initialize() Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'net')
-rw-r--r--net/eth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/eth.c b/net/eth.c
index cefd30ff23..4394b63de2 100644
--- 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");
OpenPOWER on IntegriCloud