Browse Source

Add mcffec_initialize()

Added mcffec_initialize() in eth_initialize()

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
TsiChungLiew 18 năm trước cách đây
mục cha
commit
2870e98ac8
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      net/eth.c

+ 3 - 0
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");