summaryrefslogtreecommitdiff
path: root/board/bosch/shc/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bosch/shc/board.c')
-rw-r--r--board/bosch/shc/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c
index 6a102d3853..b8f1b56502 100644
--- a/board/bosch/shc/board.c
+++ b/board/bosch/shc/board.c
@@ -472,7 +472,7 @@ int board_late_init(void)
#if defined(CONFIG_USB_ETHER) && \
(!defined(CONFIG_SPL_BUILD) || defined(CONFIG_SPL_USB_ETHER))
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
{
return usb_eth_initialize(bis);
}