summaryrefslogtreecommitdiffstats
path: root/board/ibf-dsp561
diff options
context:
space:
mode:
Diffstat (limited to 'board/ibf-dsp561')
-rw-r--r--board/ibf-dsp561/ibf-dsp561.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/ibf-dsp561/ibf-dsp561.c b/board/ibf-dsp561/ibf-dsp561.c
index b5bebd4a90..d2ac7a502b 100644
--- a/board/ibf-dsp561/ibf-dsp561.c
+++ b/board/ibf-dsp561/ibf-dsp561.c
@@ -7,6 +7,7 @@
*/
#include <common.h>
+#include <netdev.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -16,3 +17,10 @@ int checkboard(void)
printf(" Support: http://www.i-syst.com/\n");
return 0;
}
+
+#ifdef CONFIG_DRIVER_AX88180
+int board_eth_init(bd_t *bis)
+{
+ return ax88180_initialize(bis);
+}
+#endif
OpenPOWER on IntegriCloud