diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-08-31 10:16:59 -0700 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-09-02 21:18:17 -0700 |
commit | 8218bd2aa68820b878a8413493ae17fd8d21f944 (patch) | |
tree | 31f044f5657a5be7d16918539c69187ea73ca180 /include/netdev.h | |
parent | 164846eeb25cb2a5ede7ab9371fdca7f4831a055 (diff) | |
download | u-boot-imx-8218bd2aa68820b878a8413493ae17fd8d21f944.zip u-boot-imx-8218bd2aa68820b878a8413493ae17fd8d21f944.tar.gz u-boot-imx-8218bd2aa68820b878a8413493ae17fd8d21f944.tar.bz2 |
Moved initialization of IncaIP Ethernet controller to board_eth_init
Affected boards:
IncaIP
Removed initialization of the driver from net/eth.c
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h index 0c16dd6..f28039e 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -45,6 +45,7 @@ int bfin_EMAC_initialize(bd_t *bis); int eth_3com_initialize (bd_t * bis); int greth_initialize(bd_t *bis); void gt6426x_eth_initialize(bd_t *bis); +int inca_switch_initialize(bd_t *bis); int macb_eth_initialize(int id, void *regs, unsigned int phy_addr); int mcdmafec_initialize(bd_t *bis); int mcffec_initialize(bd_t *bis); |