reduced debug printout to a minimum

This commit is contained in:
Markus Fröschle
2013-12-11 20:48:23 +00:00
parent 4337d25e4c
commit 04d2dccfde
4 changed files with 12 additions and 7 deletions

View File

@@ -40,7 +40,11 @@
#define debug_printf(format, arg...) do { ; } while (0)
#endif /* DEBUG_PCI */
#if MACHINE_FIREBEE
#define pci_config_wait() wait(20000); /* FireBee USB not properly detected otherwise */
#elif MACHINE_M5484LITE
#define pci_config_wait() do { ; } while (0)
#endif
/*
* PCI device class descriptions displayed during PCI bus scan