diff options
author | Ajay Bhargav <[ajay.bhargav@einfochips.com]> | 2011-09-13 22:21:58 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:00:53 +0200 |
commit | 79788bb19ac0c68cef77bd92d3365bdf2989339d (patch) | |
tree | e0305382cd6ec0d341f23e29a3bb2139f94263dd /include/netdev.h | |
parent | ea3cd47af4c61b04450ba01d2f5172cc1b808d64 (diff) | |
download | u-boot-imx-79788bb19ac0c68cef77bd92d3365bdf2989339d.zip u-boot-imx-79788bb19ac0c68cef77bd92d3365bdf2989339d.tar.gz u-boot-imx-79788bb19ac0c68cef77bd92d3365bdf2989339d.tar.bz2 |
net: Adds Fast Ethernet Controller driver for Armada100
This patch adds support for Fast Ethernet Controller driver for
Armada100 series.
Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.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 96c7b9b..5c5941c 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -94,6 +94,7 @@ int smc911x_initialize(u8 dev_num, int base_addr); 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_emaclite_initialize (bd_t *bis, int base_addr); /* Boards with PCI network controllers can call this from their board_eth_init() |