]> git.sur5r.net Git - u-boot/blobdiff - drivers/pci/pci_auto.c
ARM: mx6: Add PCI express driver
[u-boot] / drivers / pci / pci_auto.c
index cd78030cd6354aa816dc08dd5da608f03b7be9ab..86ba6b523c11da2f7eb5ed47fe31b7798d1f59d1 100644 (file)
@@ -7,10 +7,7 @@
  *
  * Copyright 2000 MontaVista Software Inc.
  *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -300,7 +297,7 @@ void pciauto_config_init(struct pci_controller *hose)
 {
        int i;
 
-       hose->pci_io = hose->pci_mem = NULL;
+       hose->pci_io = hose->pci_mem = hose->pci_prefetch = NULL;
 
        for (i = 0; i < hose->region_count; i++) {
                switch(hose->regions[i].flags) {