Convert PCI_DEBUG parameter to a configuration parameter
Change-Id: Ie0272b52bbba56e3381cf33fded873aaa0709af6 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
parent
4187747e4d
commit
a91736ab9a
4 changed files with 14 additions and 8 deletions
|
@ -427,7 +427,7 @@ int pci_bus_scan(struct pci_dev_info *dev_info)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef PCI_DEBUG
|
||||
#ifdef CONFIG_PCI_DEBUG
|
||||
/******************************************************************************
|
||||
*
|
||||
* pci_show - Show PCI device
|
||||
|
@ -451,4 +451,4 @@ void pci_show(struct pci_dev_info *dev_info)
|
|||
(uint32_t)(dev_info->addr + dev_info->size - 1),
|
||||
dev_info->irq);
|
||||
}
|
||||
#endif /* PCI_DEBUG */
|
||||
#endif /* CONFIG_PCI_DEBUG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue