Skip to content
Snippets Groups Projects
Commit 1d9b67b2 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Wolfgang Denk
Browse files

add board_eth_init() for sh7785lcr board


Fix the problem that cannot work RTL8169 on sh7785lcr board.

Signed-off-by: default avatarYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
parent 7b7a869a
Branches
Tags
No related merge requests found
......@@ -21,6 +21,7 @@
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/pci.h>
#include <netdev.h>
int checkboard(void)
{
......@@ -49,3 +50,7 @@ void pci_init_board(void)
pci_sh7780_init(&hose);
}
int board_eth_init(bd_t *bis)
{
return pci_eth_init(bis);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment