diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-30 19:32:25 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-30 19:32:25 +0200 |
commit | 3b5f61a02579026f0588b5dac3bb1c507b6fa53f (patch) | |
tree | 53c593882aee7938f94b0b3bdc0b6e50fdfe2ad6 /drivers/pci_indirect.c | |
parent | a63c31cff5147f1eca19d884ee120005775fbffc (diff) | |
parent | bba68377320608b3c3f7c0fef30452bdaa8b0408 (diff) | |
download | u-boot-imx-3b5f61a02579026f0588b5dac3bb1c507b6fa53f.zip u-boot-imx-3b5f61a02579026f0588b5dac3bb1c507b6fa53f.tar.gz u-boot-imx-3b5f61a02579026f0588b5dac3bb1c507b6fa53f.tar.bz2 |
Merge with /home/m8/git/u-boot
Diffstat (limited to 'drivers/pci_indirect.c')
-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 f0c4a1c..d7be081 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, \ |