diff options
| author | Albert Aribaud <albert.aribaud@free.fr> | 2010-07-12 22:24:28 +0200 | 
|---|---|---|
| committer | Ben Warren <biggerbadderben@gmail.com> | 2010-07-12 23:40:31 -0700 | 
| commit | d44265ad783f1896685db04faec148e32e918cda (patch) | |
| tree | e9548095b0f14eac91a900447c6a3f5a46ca430d /include/netdev.h | |
| parent | 9b6bcdcb932cf38a2da1b059f661b8ee6b85175f (diff) | |
| download | olio-uboot-2014.01-d44265ad783f1896685db04faec148e32e918cda.tar.xz olio-uboot-2014.01-d44265ad783f1896685db04faec148e32e918cda.zip | |
mvgbe: support SoCs other than kirkwood
Rename all references to kirkwood in mvgbe symbols
throughout the whole codebase.
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/netdev.h b/include/netdev.h index eb04b6387..94eedfe29 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -63,7 +63,6 @@ int ftmac100_initialize(bd_t *bits);  int greth_initialize(bd_t *bis);  void gt6426x_eth_initialize(bd_t *bis);  int inca_switch_initialize(bd_t *bis); -int kirkwood_egiga_initialize(bd_t *bis);  int lan91c96_initialize(u8 dev_num, int base_addr);  int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);  int mcdmafec_initialize(bd_t *bis); @@ -72,6 +71,7 @@ int mpc512x_fec_initialize(bd_t *bis);  int mpc5xxx_fec_initialize(bd_t *bis);  int mpc8220_fec_initialize(bd_t *bis);  int mpc82xx_scc_enet_initialize(bd_t *bis); +int mvgbe_initialize(bd_t *bis);  int natsemi_initialize(bd_t *bis);  int npe_initialize(bd_t *bis);  int ns8382x_initialize(bd_t *bis); |