diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-10-22 23:32:48 -0700 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-11-09 21:38:03 -0800 |
commit | 0e8454e990385a58f708c2fc26d31ac041c7a6c5 (patch) | |
tree | cfb32d9c3976df9cdd12c9c35a6ba497dfe74f04 /include | |
parent | 3456a148276d5494b53ee40242efb6462d163504 (diff) | |
download | u-boot-imx-0e8454e990385a58f708c2fc26d31ac041c7a6c5.zip u-boot-imx-0e8454e990385a58f708c2fc26d31ac041c7a6c5.tar.gz u-boot-imx-0e8454e990385a58f708c2fc26d31ac041c7a6c5.tar.bz2 |
Moved initialization of QE Ethernet controller to cpu_eth_init()
Removed initialization of the driver from net/eth.c
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include')
-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 0d1b0d5..3b11961 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -65,6 +65,7 @@ int rtl8139_initialize(bd_t *bis); int rtl8169_initialize(bd_t *bis); int skge_initialize(bd_t *bis); int tsi108_eth_initialize(bd_t *bis); +int uec_initialize(int index); int uli526x_initialize(bd_t *bis); /* Boards with PCI network controllers can call this from their board_eth_init() |