diff options
Diffstat (limited to 'board/freescale/common')
-rw-r--r-- | board/freescale/common/cds_pci_ft.c | 2 | ||||
-rw-r--r-- | board/freescale/common/p_corenet/pci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/common/cds_pci_ft.c b/board/freescale/common/cds_pci_ft.c index fb2e5c7bf3..be97a28ed2 100644 --- a/board/freescale/common/cds_pci_ft.c +++ b/board/freescale/common/cds_pci_ft.c @@ -64,7 +64,7 @@ static void cds_pci_fixup(void *blob) } #endif -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { ft_cpu_setup(blob, bd); #if defined(CONFIG_PCI) && !defined(CONFIG_DM_PCI) diff --git a/board/freescale/common/p_corenet/pci.c b/board/freescale/common/p_corenet/pci.c index 94e4715f1c..636334863e 100644 --- a/board/freescale/common/p_corenet/pci.c +++ b/board/freescale/common/p_corenet/pci.c @@ -18,7 +18,7 @@ void pci_init_board(void) fsl_pcie_init_board(0); } -void pci_of_setup(void *blob, bd_t *bd) +void pci_of_setup(void *blob, struct bd_info *bd) { FT_FSL_PCI_SETUP; } |