]> git.sur5r.net Git - u-boot/blobdiff - drivers/pci/pci_auto_old.c
Merge branch 'master' of git://git.denx.de/u-boot-nios
[u-boot] / drivers / pci / pci_auto_old.c
index 9126f78b890b199f6aab2c6ac0927160e49e7263..edc9a7b3c1704eb7d222a1c1ee6ce5fd3db55726 100644 (file)
@@ -101,11 +101,11 @@ void pciauto_setup_device(struct pci_controller *hose,
                                bar_res = prefetch;
                        else
                                bar_res = mem;
-#endif
 
                        debug("PCI Autoconfig: BAR %d, %s, size=0x%llx, ",
                              bar_nr, bar_res == prefetch ? "Prf" : "Mem",
                              (unsigned long long)bar_size);
+#endif
                }
 
 #ifndef CONFIG_PCI_ENUM_ONLY