summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorwdenk <wdenk>2002-11-21 23:11:29 +0000
committerwdenk <wdenk>2002-11-21 23:11:29 +0000
commitea909b7604306a400ee3abf57e2fa7b2dde5dde1 (patch)
treef23f5653250d0440fe81b098037814a401fc9cc9 /drivers
parentb2184c314de0af9788ce505b413030d2114cfa4a (diff)
downloadtalos-obmc-uboot-ea909b7604306a400ee3abf57e2fa7b2dde5dde1.tar.gz
talos-obmc-uboot-ea909b7604306a400ee3abf57e2fa7b2dde5dde1.zip
* Added support for both PCMCIA slots (at the same time!) on MPC8xx
* Patch by Rod Boyce, 21 Nov 2002: fix PCMCIA on MBX8xx board * Patch by Pierre Aubert , 21 Nov 2002 Add CFG_CPM_POST_WORD_ADDR to make the offset of the bootmode word in DPRAM configurable
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci_indirect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci_indirect.c b/drivers/pci_indirect.c
index cb76ef23be..08be082e31 100644
--- a/drivers/pci_indirect.c
+++ b/drivers/pci_indirect.c
@@ -12,6 +12,7 @@
#include <common.h>
#ifdef CONFIG_PCI
+#ifndef __I386__
#include <asm/processor.h>
#include <asm/io.h>
@@ -72,3 +73,4 @@ void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data)
}
#endif
+#endif
OpenPOWER on IntegriCloud