mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 00:51:50 +00:00
sh: sh_eth: Change new network API
sh_eth used old network API. This patch changed new API. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
890a02e8ee
commit
bd3980cc09
4 changed files with 243 additions and 137 deletions
|
@ -70,6 +70,7 @@ int skge_initialize(bd_t *bis);
|
|||
int tsi108_eth_initialize(bd_t *bis);
|
||||
int uec_initialize(int index);
|
||||
int uli526x_initialize(bd_t *bis);
|
||||
int sh_eth_initialize(bd_t *bis);
|
||||
|
||||
/* Boards with PCI network controllers can call this from their board_eth_init()
|
||||
* function to initialize whatever's on board.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue