summaryrefslogtreecommitdiffstats
path: root/board/tb0229/tb0229.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/tb0229/tb0229.c')
-rw-r--r--board/tb0229/tb0229.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/tb0229/tb0229.c b/board/tb0229/tb0229.c
index 921bd3adcd..2abb4a7e2d 100644
--- a/board/tb0229/tb0229.c
+++ b/board/tb0229/tb0229.c
@@ -46,3 +46,8 @@ int checkboard (void)
return 0;
}
+
+int board_eth_init(bd_t *bis)
+{
+ return pci_eth_init(bis);
+}
OpenPOWER on IntegriCloud