summaryrefslogtreecommitdiff
path: root/drivers/pci_indirect.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-06-30 19:32:25 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-06-30 19:32:25 +0200
commit3b5f61a02579026f0588b5dac3bb1c507b6fa53f (patch)
tree53c593882aee7938f94b0b3bdc0b6e50fdfe2ad6 /drivers/pci_indirect.c
parenta63c31cff5147f1eca19d884ee120005775fbffc (diff)
parentbba68377320608b3c3f7c0fef30452bdaa8b0408 (diff)
Merge with /home/m8/git/u-boot
Diffstat (limited to 'drivers/pci_indirect.c')
-rw-r--r--drivers/pci_indirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci_indirect.c b/drivers/pci_indirect.c
index f0c4a1ccf47..d7be0810f57 100644
--- a/drivers/pci_indirect.c
+++ b/drivers/pci_indirect.c
@@ -60,7 +60,7 @@ indirect_##rw##_config_##size(struct pci_controller *hose, \
cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \
return 0; \
}
-#elif defined(CONFIG_440GX) || defined(CONFIG_440EP) || defined(CONFIG_440GR)
+#elif defined(CONFIG_440GX) || defined(CONFIG_440EP) || defined(CONFIG_440GR) || defined(CONFIG_440SPE)
#define INDIRECT_PCI_OP(rw, size, type, op, mask) \
static int \
indirect_##rw##_config_##size(struct pci_controller *hose, \