summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@pollux.(none)>2005-11-16 23:26:18 (GMT)
committerRafal Jaworowski <raj@pollux.(none)>2005-11-16 23:26:18 (GMT)
commit5a164c8ca909f170354ea66835b8145c930b2807 (patch)
treef294858166b654180acada8f1f42395ab0306198 /board
parent3ca377638a7657de451525a2e9c7f3995ebdbef2 (diff)
downloadu-boot-5a164c8ca909f170354ea66835b8145c930b2807.tar.xz
Minor changes to init flags in TQM834x PCI.
Diffstat (limited to 'board')
-rw-r--r--board/tqm834x/pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/tqm834x/pci.c b/board/tqm834x/pci.c
index 6111d03..590987c 100644
--- a/board/tqm834x/pci.c
+++ b/board/tqm834x/pci.c
@@ -129,10 +129,10 @@ pci_init_board(void)
* Configure PCI Local Access Windows
*/
pci_law[0].bar = CFG_PCI1_MEM_PHYS & LAWBAR_BAR;
- pci_law[0].ar = LAWAR_EN | LAWAR_TRGT_IF_PCI1 | LAWAR_SIZE_512M;
+ pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M;
pci_law[1].bar = CFG_PCI1_IO_PHYS & LAWBAR_BAR;
- pci_law[1].ar = LAWAR_EN | LAWAR_TRGT_IF_PCI1 | LAWAR_SIZE_16M;
+ pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_16M;
/*
* Configure PCI Outbound Translation Windows
@@ -157,7 +157,7 @@ pci_init_board(void)
pci_ctrl[0].pitar1 = 0x0;
pci_ctrl[0].pibar1 = 0x0;
pci_ctrl[0].piebar1 = 0x0;
- pci_ctrl[0].piwar1 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP | PIWAR_IWS_256M;
+ pci_ctrl[0].piwar1 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP | PIWAR_WTT_SNOOP | PIWAR_IWS_256M;
hose->first_busno = 0;
hose->last_busno = 0xff;