]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/lib/board.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / arch / nds32 / lib / board.c
index 4c06a4866b1e28307bbc30b26edf6b299bae4339..24a09bc3c21764d1df50e7bfd0770a6f8821c458 100644 (file)
@@ -383,7 +383,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
 #if defined(CONFIG_CMD_NET)
        puts("Net:   ");
 
-       eth_initialize(gd->bd);
+       eth_initialize();
 #if defined(CONFIG_RESET_PHY_R)
        debug("Reset Ethernet PHY\n");
        reset_phy();