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