]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c
authorStefan Roese <sr@denx.de>
Mon, 13 Mar 2006 08:43:01 +0000 (09:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 13 Mar 2006 08:43:01 +0000 (09:43 +0100)
Patch by Stefan Roese, 13 Mar 2006

CHANGELOG
cpu/ppc4xx/405gp_pci.c

index 8519b21864c772af69e70db4d452e7676dd1d29c..09f1dfa36086a967ae488340202253616662395b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c
+  Patch by Stefan Roese, 13 Mar 2006
+
 * cpu/ppc4xx/start.S : exceptions are enabled after relocation
   Patch by Cedric Vincent, 6 June 2005
 
index f6b29e9d6e194a57ec4add1f715bae83ae2fbd38..947b85e28a63872b6ef886188395c99cefa30097 100644 (file)
@@ -373,7 +373,7 @@ void pci_405gp_setup_vga(struct pci_controller *hose, pci_dev_t dev,
 {
        unsigned int cmdstat = 0;
 
-       pciauto_setup_device(hose, dev, 6, hose->pci_mem, hose->pci_io);
+       pciauto_setup_device(hose, dev, 6, hose->pci_mem, hose->pci_prefetch, hose->pci_io);
 
        /* always enable io space on vga boards */
        pci_hose_read_config_dword(hose, dev, PCI_COMMAND, &cmdstat);