diff options
| author | Jon Loeliger <[email protected]> | 2005-08-02 13:53:07 -0500 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2005-08-02 13:53:07 -0500 |
| commit | 4b1d95d96a39a71eddd088bb5e0e9e699035c9bf (patch) | |
| tree | 57e2d52b0636c7299992e869fa0b0ee4da7ca4d2 /drivers | |
| parent | de1d0a69956a63cea6a62043ae5d5afb584efe93 (diff) | |
| parent | 095b8a3798f1c6cd618092899e783dc2ee0d23f5 (diff) | |
Merge with rsync://[email protected]/git/u-boot.git
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pci_indirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci_indirect.c b/drivers/pci_indirect.c index 584a4fc8492..4923209d680 100644 --- a/drivers/pci_indirect.c +++ b/drivers/pci_indirect.c @@ -52,7 +52,7 @@ indirect_##rw##_config_##size(struct pci_controller *hose, \ cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \ return 0; \ } -#elif defined(CONFIG_440_GX) +#elif defined(CONFIG_440_GX) || defined(CONFIG_440_EP) || defined(CONFIG_440_GR) #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ static int \ indirect_##rw##_config_##size(struct pci_controller *hose, \ |
