X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fnds32%2Flib%2Fboard.c;h=24a09bc3c21764d1df50e7bfd0770a6f8821c458;hb=5cce2f820ce174e50106142a8d0997e3fa76f1dc;hp=4c06a4866b1e28307bbc30b26edf6b299bae4339;hpb=3d5920a31bb846249385e1ca5c086662c39bc44e;p=karo-tx-uboot.git diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 4c06a4866b..24a09bc3c2 100644 --- a/arch/nds32/lib/board.c +++ b/arch/nds32/lib/board.c @@ -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();