sunxi: usb_phy: Swap check for disconnect threshold
[oweals/u-boot.git] / arch / arm / lib / board.c
index f6062557e6677fe0636520f9d7f76a9eedfc8d50..37ea6e90ec62c9f4995a1385872bf5cf49df34d4 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();