mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-24 07:32:01 +00:00
net: Move Emaclite to NET_MULTI
Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
bf6cb247a5
commit
042272a6f2
2 changed files with 48 additions and 37 deletions
|
@ -89,6 +89,7 @@ int smc91111_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 xilinx_emaclite_initialize (bd_t *bis, int base_addr);
|
||||
int sh_eth_initialize(bd_t *bis);
|
||||
int dm9000_initialize(bd_t *bis);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue