]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/pci_indirect.c
* Added support for both PCMCIA slots (at the same time!) on MPC8xx
[karo-tx-uboot.git] / drivers / pci_indirect.c
index cb76ef23be3a64dcd6fbe4e1dfed1ca96a4c3e65..08be082e31e9413c799e2a4a021e777ced3ca5fb 100644 (file)
@@ -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