diff options
author | Wolfgang Denk <wd@denx.de> | 2009-04-04 20:05:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 20:05:18 +0200 |
commit | 0a9403c8c753837a27b14ac33bc2b80d362c0e80 (patch) | |
tree | 175f478e1ed24923334a79a0bfa15d9180805fdd /board/freescale/mpc8610hpcd | |
parent | 42f9ebff2f758bef524780a00c712eb63a72d99b (diff) | |
parent | e6a6789f41f0560ce280089fbd3f1bd0f0f64306 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/mpc8610hpcd')
-rw-r--r-- | board/freescale/mpc8610hpcd/mpc8610hpcd.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd.c b/board/freescale/mpc8610hpcd/mpc8610hpcd.c index b419dcc5b5..a85ebead5f 100644 --- a/board/freescale/mpc8610hpcd/mpc8610hpcd.c +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd.c @@ -25,7 +25,7 @@ #include <pci.h> #include <asm/processor.h> #include <asm/immap_86xx.h> -#include <asm/immap_fsl_pci.h> +#include <asm/fsl_pci.h> #include <asm/fsl_ddr_sdram.h> #include <i2c.h> #include <asm/io.h> @@ -229,9 +229,6 @@ static struct pci_controller pcie2_hose; int first_free_busno = 0; -extern int fsl_pci_setup_inbound_windows(struct pci_region *r); -extern void fsl_pci_init(struct pci_controller *hose); - void pci_init_board(void) { volatile immap_t *immap = (immap_t *) CONFIG_SYS_CCSRBAR; @@ -402,9 +399,6 @@ void pci_init_board(void) } #if defined(CONFIG_OF_BOARD_SETUP) -extern void ft_fsl_pci_setup(void *blob, const char *pci_alias, - struct pci_controller *hose); - void ft_board_setup(void *blob, bd_t *bd) { |