diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-11-30 14:00:20 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-07 09:59:05 +0100 |
commit | 687d73126361b45f77f977301d141771babd02c0 (patch) | |
tree | 9c5f30dfc1cb775851d11890d6bc51f568fa1953 /include | |
parent | c8e29271b1a45ec87386857b506cfd918d9a4ad2 (diff) | |
download | u-boot-imx-687d73126361b45f77f977301d141771babd02c0.zip u-boot-imx-687d73126361b45f77f977301d141771babd02c0.tar.gz u-boot-imx-687d73126361b45f77f977301d141771babd02c0.tar.bz2 |
net: gem: Remove zynq_gem_of_init()
This function was used for OF init before DM.
Remove this function as the part of move to DM.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h index 28eab46..5c6ae5b 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -87,7 +87,6 @@ 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); -int zynq_gem_of_init(const void *blob); int zynq_gem_initialize(bd_t *bis, phys_addr_t base_addr, int phy_addr, u32 emio); /* |