Fix the problem that cannot work RTL8169 on sh7785lcr board.

Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
---
 board/sh7785lcr/sh7785lcr.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/board/sh7785lcr/sh7785lcr.c b/board/sh7785lcr/sh7785lcr.c
index 5b9c403..66b21f8 100644
--- a/board/sh7785lcr/sh7785lcr.c
+++ b/board/sh7785lcr/sh7785lcr.c
@@ -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);
+}
-- 
1.5.5


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to