aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/pch/chip.h')
-rw-r--r--src/soc/intel/broadwell/pch/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/pch/chip.h b/src/soc/intel/broadwell/pch/chip.h
index 2164a31050..84ad8fe820 100644
--- a/src/soc/intel/broadwell/pch/chip.h
+++ b/src/soc/intel/broadwell/pch/chip.h
@@ -3,7 +3,7 @@
#ifndef _SOC_INTEL_BROADWELL_PCH_CHIP_H_
#define _SOC_INTEL_BROADWELL_PCH_CHIP_H_
-#include <stdint.h>
+#include <types.h>
struct soc_intel_broadwell_pch_config {
/* GPE configuration */
@@ -47,7 +47,7 @@ struct soc_intel_broadwell_pch_config {
uint32_t gen4_dec;
/* Enable linear PCIe Root Port function numbers starting at zero */
- uint8_t pcie_port_coalesce;
+ bool pcie_port_coalesce;
/* Force root port ASPM configuration with port bitmap */
uint8_t pcie_port_force_aspm;