X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fpowerpc%2Flib%2Fboard.c;h=5ea29cc97467da7edc2e86460396d400342eb354;hb=5cce2f820ce174e50106142a8d0997e3fa76f1dc;hp=91645d36ee9afcaad5138d55bfaa5ac407fd969b;hpb=80e725d2dcdd2adfcb79244eff7dc412c0a8c1db;p=karo-tx-uboot.git diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 91645d36ee..5ea29cc974 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -890,7 +890,7 @@ void board_init_r(gd_t *id, ulong dest_addr) #if defined(CONFIG_CMD_NET) WATCHDOG_RESET(); puts("Net: "); - eth_initialize(bd); + eth_initialize(); #endif #if defined(CONFIG_CMD_NET) && defined(CONFIG_RESET_PHY_R)