diff options
Diffstat (limited to 'board/ppcag/bg0900')
-rw-r--r-- | board/ppcag/bg0900/bg0900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ppcag/bg0900/bg0900.c b/board/ppcag/bg0900/bg0900.c index 9150748654..e8168e3468 100644 --- a/board/ppcag/bg0900/bg0900.c +++ b/board/ppcag/bg0900/bg0900.c @@ -52,7 +52,7 @@ int board_init(void) } #ifdef CONFIG_CMD_NET -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { struct mxs_clkctrl_regs *clkctrl_regs = (struct mxs_clkctrl_regs *)MXS_CLKCTRL_BASE; |