diff options
Diffstat (limited to 'board/ronetix/pm9g45/pm9g45.c')
-rw-r--r-- | board/ronetix/pm9g45/pm9g45.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/ronetix/pm9g45/pm9g45.c index 15aa4acd112..efc4133bbfe 100644 --- a/board/ronetix/pm9g45/pm9g45.c +++ b/board/ronetix/pm9g45/pm9g45.c @@ -166,7 +166,7 @@ void reset_phy(void) * Initialize ethernet HW addr prior to starting Linux, * needed for nfsroot */ - eth_init(gd->bd); + eth_init(); #endif } #endif |