summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8260
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2009-04-03 15:26:45 -0500
committerWolfgang Denk <wd@denx.de>2009-04-04 20:00:06 +0200
commit8701eceffdf77e2908d0b58add0dabc16edf6087 (patch)
treebf0b5eaaee9ce1746747c6326110bad95dc3e08f /cpu/mpc8260
parent83863df04bd30bfe2430b0c43ca9f78596d3f0bc (diff)
downloadtalos-obmc-uboot-8701eceffdf77e2908d0b58add0dabc16edf6087.tar.gz
talos-obmc-uboot-8701eceffdf77e2908d0b58add0dabc16edf6087.zip
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')
-rw-r--r--cpu/mpc8260/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c
index f1e9bb4b9f..6a14ba4adc 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 &
OpenPOWER on IntegriCloud