diff options
Diffstat (limited to 'board/keymile/common/common.c')
-rw-r--r-- | board/keymile/common/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 9c9e1598f8..03c7ce9da7 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -144,7 +144,7 @@ void i2c_init_board(void) #endif #if defined(CONFIG_KM_COMMON_ETH_INIT) -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { if (ethernet_present()) return cpu_eth_init(bis); |