diff options
Diffstat (limited to 'board/freescale/t4rdb/eth.c')
-rw-r--r-- | board/freescale/t4rdb/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t4rdb/eth.c b/board/freescale/t4rdb/eth.c index 4c896c8a90..c815a3a4fa 100644 --- a/board/freescale/t4rdb/eth.c +++ b/board/freescale/t4rdb/eth.c @@ -36,7 +36,7 @@ void fdt_fixup_board_enet(void *fdt) return; } -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { #if defined(CONFIG_FMAN_ENET) int i, interface; |