diff options
Diffstat (limited to 'board/freescale/mpc8641hpcn/mpc8641hpcn.c')
-rw-r--r-- | board/freescale/mpc8641hpcn/mpc8641hpcn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c index cd505dfc0a..0f9aea469b 100644 --- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c +++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c @@ -125,7 +125,7 @@ void pci_init_board(void) #if defined(CONFIG_OF_BOARD_SETUP) -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { int off; u64 *tmp; @@ -229,7 +229,7 @@ get_board_sys_clk(ulong dummy) return val; } -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { /* Initialize TSECs */ cpu_eth_init(bis); |