]> git.sur5r.net Git - u-boot/blobdiff - arch/openrisc/lib/board.c
net: Remove the bd* parameter from net stack functions
[u-boot] / arch / openrisc / lib / board.c
index 234668538ca0814f580437a3beb1d1594c758586..c26cc8f5031e4edad4b365d4a45505ff78d885cc 100644 (file)
@@ -128,7 +128,7 @@ void board_init(void)
 
 #if defined(CONFIG_CMD_NET)
        puts("NET:   ");
-       eth_initialize(bd);
+       eth_initialize();
 #endif
 
        /* main_loop */