]> git.sur5r.net Git - u-boot/blobdiff - board/ibf-dsp561/ibf-dsp561.c
usb: align usb_endpoint_descriptor to 16-bit boundary
[u-boot] / board / ibf-dsp561 / ibf-dsp561.c
index b5bebd4a90f0a19ad9610c4e69ec0c44dad2ab0f..d2ac7a502b9422b9881fe0e7b65145583b2ea1ec 100644 (file)
@@ -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