]> git.sur5r.net Git - u-boot/blobdiff - cpu/ppc4xx/405gp_pci.c
Merge with /home/stefan/git/u-boot/denx
[u-boot] / cpu / ppc4xx / 405gp_pci.c
index 7e2c7c1a9c05229587990d208d2f20a1392f16aa..9b711e2ebf14910a5ec39d05916319e7369f3504 100644 (file)
@@ -559,7 +559,8 @@ void pci_440_init (struct pci_controller *hose)
 #ifdef CONFIG_PCI_SCAN_SHOW
                printf("PCI:   Bus Dev VenId DevId Class Int\n");
 #endif
-#if !defined(CONFIG_440EP) && !defined(CONFIG_440GR)
+#if !defined(CONFIG_440EP) && !defined(CONFIG_440GR) && \
+    !defined(CONFIG_440EPX) && !defined(CONFIG_440GRX)
                out16r( PCIX0_CMD, in16r( PCIX0_CMD ) | PCI_COMMAND_MASTER);
 #endif
                hose->last_busno = pci_hose_scan(hose);