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/mpc8548cds/mpc8548cds.c | |
parent | 42f9ebff2f758bef524780a00c712eb63a72d99b (diff) | |
parent | e6a6789f41f0560ce280089fbd3f1bd0f0f64306 (diff) | |
download | u-boot-imx-0a9403c8c753837a27b14ac33bc2b80d362c0e80.zip u-boot-imx-0a9403c8c753837a27b14ac33bc2b80d362c0e80.tar.gz u-boot-imx-0a9403c8c753837a27b14ac33bc2b80d362c0e80.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/mpc8548cds/mpc8548cds.c')
-rw-r--r-- | board/freescale/mpc8548cds/mpc8548cds.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c index efb2c5b..ac1c9b4 100644 --- a/board/freescale/mpc8548cds/mpc8548cds.c +++ b/board/freescale/mpc8548cds/mpc8548cds.c @@ -27,7 +27,7 @@ #include <asm/processor.h> #include <asm/mmu.h> #include <asm/immap_85xx.h> -#include <asm/immap_fsl_pci.h> +#include <asm/fsl_pci.h> #include <asm/fsl_ddr_sdram.h> #include <spd_sdram.h> #include <miiphy.h> @@ -262,9 +262,6 @@ static struct pci_controller pci2_hose; static struct pci_controller pcie1_hose; #endif /* CONFIG_PCIE1 */ -extern int fsl_pci_setup_inbound_windows(struct pci_region *r); -extern void fsl_pci_init(struct pci_controller *hose); - int first_free_busno=0; void @@ -455,9 +452,6 @@ int last_stage_init(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_pci_setup(void *blob, bd_t *bd) { #ifdef CONFIG_PCI1 |