diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 14:43:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 14:43:57 +0200 |
commit | 7d939f89471d05ee40764156dd7147bca148c068 (patch) | |
tree | d486d08a91b344617454ee501678f184595d6ba3 /drivers | |
parent | 0f18cb6eef469688a1c57647e486c1341c045b9f (diff) | |
parent | 7770ce47e4904b295632cae95f24fa6f62eb9e32 (diff) |
Merge with /home/sr/git/u-boot
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 584a4fc849..4923209d68 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, \ |