soc/intel/quark: Reformat include/soc/pci_devs.h
Replace # define with #define Align the right hand column to prepare for further expansion TEST=Build and run on Galileo Gen2 Change-Id: Ie4d9fb56d52d7291be5523d31c1d3aa51f94dcd6 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14879 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
d3989a26c1
commit
76684bf75b
|
@ -37,5 +37,8 @@
|
|||
/* Platform Controller Unit */
|
||||
#define LPC_DEV_FUNC PCI_DEVFN(PCI_DEVICE_NUMBER_QNC_LPC, \
|
||||
PCI_FUNCTION_NUMBER_QNC_LPC)
|
||||
#define LPC_BDF PCI_DEV(PCI_BUS_NUMBER_QNC, \
|
||||
PCI_DEVICE_NUMBER_QNC_LPC, \
|
||||
PCI_FUNCTION_NUMBER_QNC_LPC)
|
||||
|
||||
#endif /* _QUARK_PCI_DEVS_H_ */
|
||||
|
|
Loading…
Reference in New Issue