]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/board.c
net: Remove the bd* parameter from net stack functions
[karo-tx-uboot.git] / arch / arm / lib / board.c
index 3c0ba079d3d864c517040023e83eebf07ff170bb..9372bc97d192f4ec966187967e70d311acbf347d 100644 (file)
@@ -644,7 +644,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
 #endif
 #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();