mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
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>
This commit is contained in:
committed by
Albert ARIBAUD
parent
ea3cd47af4
commit
79788bb19a
@@ -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()
|
||||
|
Reference in New Issue
Block a user