diff options
author | Wolfgang Denk <wd@denx.de> | 2009-02-19 00:50:08 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-19 00:50:08 +0100 |
commit | 44a01a73e8e68704fba7ce48091c70003cb4569e (patch) | |
tree | c0e1741c9fdc6bbab1d786c66af212f33af865aa /cpu | |
parent | 9eb468da3fd8753de55ab271d6ff5ed7f36d7ea2 (diff) | |
parent | b4996d6b2140e5da7f1c346f37a67b19907b307a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ppc4xx/4xx_pcie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c index 58d96bb5af3..07fbb0e643f 100644 --- a/cpu/ppc4xx/4xx_pcie.c +++ b/cpu/ppc4xx/4xx_pcie.c @@ -1028,10 +1028,10 @@ void ppc4xx_setup_pcie_rootpoint(struct pci_controller *hose, int port) #endif } - /* Set up 16GB inbound memory window at 0 */ + /* Set up 4GB inbound memory window at 0 */ out_le32(mbase + PCI_BASE_ADDRESS_0, 0); out_le32(mbase + PCI_BASE_ADDRESS_1, 0); - out_le32(mbase + PECFG_BAR0HMPA, 0x7fffffc); + out_le32(mbase + PECFG_BAR0HMPA, 0x7ffffff); out_le32(mbase + PECFG_BAR0LMPA, 0); out_le32(mbase + PECFG_PIM01SAH, 0xffff0000); |