diff options
author | wdenk <wdenk> | 2004-02-12 15:11:57 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-12 15:11:57 +0000 |
commit | 198ea9e294e38cea49f9f2d9b911bdfdd20e48dc (patch) | |
tree | 235c9eea90e1ee176000e15dcf973ba4c0d41e28 /board/evb64260 | |
parent | b2daeb8e0ff2d753b7d171052fa0bd26ea7e8eca (diff) |
Last minute fixes / cleanup.U-Boot-1_0_2
Diffstat (limited to 'board/evb64260')
-rw-r--r-- | board/evb64260/pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/evb64260/pci.c b/board/evb64260/pci.c index e3172b210ef..9cd9722eec5 100644 --- a/board/evb64260/pci.c +++ b/board/evb64260/pci.c @@ -9,11 +9,11 @@ static const unsigned char pci_irq_swizzle[2][PCI_MAX_DEVICES] = { #ifdef CONFIG_ZUMA_V2 - {0, 0, 0, 0, 0, 0, 0, 29,[8...PCI_MAX_DEVICES - 1] = 0}, - {0, 0, 0, 0, 0, 0, 0, 28,[8...PCI_MAX_DEVICES - 1] = 0} + {0, 0, 0, 0, 0, 0, 0, 29,[8 ... PCI_MAX_DEVICES - 1] = 0}, + {0, 0, 0, 0, 0, 0, 0, 28,[8 ... PCI_MAX_DEVICES - 1] = 0} #else /* EVB??? This is a guess */ - {0, 0, 0, 0, 0, 0, 0, 27, 27,[9...PCI_MAX_DEVICES - 1] = 0}, - {0, 0, 0, 0, 0, 0, 0, 29, 29,[9...PCI_MAX_DEVICES - 1] = 0} + {0, 0, 0, 0, 0, 0, 0, 27, 27,[9 ... PCI_MAX_DEVICES - 1] = 0}, + {0, 0, 0, 0, 0, 0, 0, 29, 29,[9 ... PCI_MAX_DEVICES - 1] = 0} #endif }; |