diff options
Diffstat (limited to 'board/ronetix/pm9263/pm9263.c')
-rw-r--r-- | board/ronetix/pm9263/pm9263.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ronetix/pm9263/pm9263.c b/board/ronetix/pm9263/pm9263.c index 3cd6384fc3..62dfe6e33d 100644 --- a/board/ronetix/pm9263/pm9263.c +++ b/board/ronetix/pm9263/pm9263.c @@ -266,7 +266,7 @@ void reset_phy(void) } #endif -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { int rc = 0; #ifdef CONFIG_MACB |