diff options
Diffstat (limited to 'board/vscom/baltos/board.c')
-rw-r--r-- | board/vscom/baltos/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c index 197405e5555..afe12466df3 100644 --- a/board/vscom/baltos/board.c +++ b/board/vscom/baltos/board.c @@ -272,7 +272,7 @@ int board_init(void) return 0; } -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { int node, ret; unsigned char mac_addr[6]; @@ -425,7 +425,7 @@ static struct cpsw_platform_data cpsw_data = { ((defined(CONFIG_DRIVER_TI_CPSW) || \ defined(CONFIG_USB_ETHER) && defined(CONFIG_USB_MUSB_GADGET)) && \ !defined(CONFIG_SPL_BUILD)) -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { int rv, n = 0; uint8_t mac_addr[6]; |