diff options
author | wdenk <wdenk> | 2004-04-18 21:17:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 21:17:30 +0000 |
commit | d4326aca187b965b6c96fee85cb6b98b6e5fe79c (patch) | |
tree | c7a2e1b50dcc59ef2a788ecd458cb39ba1526285 /cpu/mpc8260/pci.c | |
parent | 507bbe3e8084a82c20399367801da87db7d14e65 (diff) |
* Add missing microblaze header files
* Patch by Rune Torgersen, 06 Apr 2004:
- Fix some PCI problems on the MPC8266ADS board
- Fix the location of some PCI entries in the immap structure
Diffstat (limited to 'cpu/mpc8260/pci.c')
-rw-r--r-- | cpu/mpc8260/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c index dc077ed1d5d..f068e8e50da 100644 --- a/cpu/mpc8260/pci.c +++ b/cpu/mpc8260/pci.c @@ -291,8 +291,8 @@ void pci_mpc8250_init (struct pci_controller *hose) immap->im_memctl.memc_pcibr0 = PCI_MSTR0_LOCAL | PCIBR_ENABLE; #ifdef CONFIG_MPC8266ADS - immap->im_memctl.memc_pcimsk0 = PCIMSK1_MASK; - immap->im_memctl.memc_pcibr0 = PCI_MSTR1_LOCAL | PCIBR_ENABLE; + immap->im_memctl.memc_pcimsk1 = PCIMSK1_MASK; + immap->im_memctl.memc_pcibr1 = PCI_MSTR1_LOCAL | PCIBR_ENABLE; #endif /* Release PCI RST (by default the PCI RST signal is held low) */ |