diff options
| author | Tom Rini <[email protected]> | 2016-01-27 15:05:12 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-01-27 15:05:12 -0500 |
| commit | 19bde0316f2c58b3ab6357832790aee6ed7a4ad5 (patch) | |
| tree | 8216f416e21cf71745abaec2c5a42ab9824b290e /include/netdev.h | |
| parent | b20c38a973a51bf3f663bd298c63ad1b8e0de445 (diff) | |
| parent | f36919a8138ed7ecd3dbce4630e02936b13907da (diff) | |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/netdev.h b/include/netdev.h index de74b9a534b..244f23f93c3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -80,11 +80,6 @@ int tsi108_eth_initialize(bd_t *bis); int uec_standard_init(bd_t *bis); int uli526x_initialize(bd_t *bis); int armada100_fec_register(unsigned long base_addr); -int xilinx_axiemac_initialize(bd_t *bis, unsigned long base_addr, - unsigned long dma_addr); -int xilinx_emaclite_of_init(const void *blob); -int xilinx_emaclite_initialize(bd_t *bis, unsigned long base_addr, - int txpp, int rxpp); int xilinx_ll_temac_eth_init(bd_t *bis, unsigned long base_addr, int flags, unsigned long ctrl_addr); /* |
