diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-08 15:44:41 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:51 +0100 |
commit | 75cc93fad73897896511f08c1529233484ff063c (patch) | |
tree | 225eb0c90959b77acfd13aa072841876c788b9c5 /include/netdev.h | |
parent | f09854810cf99c0bf3a31a5d26b4c556186ea302 (diff) | |
download | u-boot-imx-75cc93fad73897896511f08c1529233484ff063c.zip u-boot-imx-75cc93fad73897896511f08c1529233484ff063c.tar.gz u-boot-imx-75cc93fad73897896511f08c1529233484ff063c.tar.bz2 |
net: axi_emac: Move driver to DM
Move driver to DM.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/netdev.h b/include/netdev.h index de74b9a..b8d4e6a 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -80,8 +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); |