X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fibf-dsp561%2Fibf-dsp561.c;h=d2ac7a502b9422b9881fe0e7b65145583b2ea1ec;hb=9792987721c7980453fe6447c3fa6593b44f8458;hp=b5bebd4a90f0a19ad9610c4e69ec0c44dad2ab0f;hpb=a7709d926dbc7cb1541034fcf2b21ce3e838cb12;p=u-boot 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 +#include 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