]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/eth.c
Moved initialization of RTL8169 Ethernet controller to board_eth_init()
[karo-tx-uboot.git] / net / eth.c
index 71feb07a746dc59edfcf6ec24bcb91f109d5c390..69f66b49fa0975d266abe42d8e68a4b47d8fd6da 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -61,7 +61,6 @@ extern int pcnet_initialize(bd_t*);
 extern int plb2800_eth_initialize(bd_t*);
 extern int ppc_4xx_eth_initialize(bd_t *);
 extern int rtl8139_initialize(bd_t*);
-extern int rtl8169_initialize(bd_t*);
 extern int scc_initialize(bd_t*);
 extern int tsi108_eth_initialize(bd_t*);
 extern int npe_initialize(bd_t *);
@@ -250,10 +249,6 @@ int eth_initialize(bd_t *bis)
 #if defined(CONFIG_RTL8139)
        rtl8139_initialize(bis);
 #endif
-#if defined(CONFIG_RTL8169)
-       rtl8169_initialize(bis);
-#endif
-
        if (!eth_devices) {
                puts ("No ethernet found.\n");
                show_boot_progress (-64);