diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-08-13 23:23:13 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-08-13 23:23:13 +0200 | 
| commit | 2fd0aad443c966ce62008225e57b18e2dcf4e330 (patch) | |
| tree | a9166e535df4d867ce73eca3fd97ebc500ecf771 /drivers/pci/fsl_pci_init.c | |
| parent | 5a7ddf4e1fb9347f783eb1473c30187d7a22bd81 (diff) | |
| parent | 9483df6408c25f16060432de3868901e352e23bc (diff) | |
| download | olio-uboot-2014.01-2fd0aad443c966ce62008225e57b18e2dcf4e330.tar.xz olio-uboot-2014.01-2fd0aad443c966ce62008225e57b18e2dcf4e330.zip  | |
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'drivers/pci/fsl_pci_init.c')
| -rw-r--r-- | drivers/pci/fsl_pci_init.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/fsl_pci_init.c b/drivers/pci/fsl_pci_init.c index a7afa908a..bb2813f12 100644 --- a/drivers/pci/fsl_pci_init.c +++ b/drivers/pci/fsl_pci_init.c @@ -18,8 +18,6 @@  #include <common.h> -#ifdef CONFIG_FSL_PCI_INIT -  /*   * PCI/PCIE Controller initialization for mpc85xx/mpc86xx soc's   * @@ -197,5 +195,3 @@ fsl_pci_init(struct pci_controller *hose)  		pci_hose_write_config_word(hose, dev, PCI_SEC_STATUS, 0xffff);  	}  } - -#endif /* CONFIG_FSL_PCI */  |