diff options
author | Scott Wood <scottwood@freescale.com> | 2009-04-03 15:26:45 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 20:00:06 +0200 |
commit | 8701eceffdf77e2908d0b58add0dabc16edf6087 (patch) | |
tree | bf0b5eaaee9ce1746747c6326110bad95dc3e08f /cpu/mpc8260/pci.c | |
parent | 83863df04bd30bfe2430b0c43ca9f78596d3f0bc (diff) | |
download | u-boot-imx-8701eceffdf77e2908d0b58add0dabc16edf6087.zip u-boot-imx-8701eceffdf77e2908d0b58add0dabc16edf6087.tar.gz u-boot-imx-8701eceffdf77e2908d0b58add0dabc16edf6087.tar.bz2 |
PQ2FADS: Enable PCI.
PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'cpu/mpc8260/pci.c')
-rw-r--r-- | cpu/mpc8260/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c index f1e9bb4..6a14ba4 100644 --- a/cpu/mpc8260/pci.c +++ b/cpu/mpc8260/pci.c @@ -258,6 +258,8 @@ void pci_mpc8250_init (struct pci_controller *hose) immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr & ~SIUMCR_LBPC11) | SIUMCR_LBPC01; +#elif defined(CONFIG_ADSTYPE) && CONFIG_ADSTYPE == CONFIG_SYS_PQ2FADS +/* nothing to do for this board here */ #elif defined CONFIG_MPC8272 immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr & ~SIUMCR_BBD & |