diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-14 06:35:17 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-10-23 23:41:26 +0000 |
commit | d4ac047c78c3fec22107bc66a499144ab5602a5f (patch) | |
tree | 9c99d4e31c9ad70fbb9a8d4160d11a84b1d8838e /src/soc/intel/broadwell/pch/lpc.c | |
parent | a890da52ef7144b9a92a6f300a1c04cbdc3304ce (diff) |
soc/intel/broadwell; Use boolean for pch_is_wpt_xx
Use boolean for pch_is_wpt() and pch_is_wpt_ulx().
Change-Id: Ifd1a46ebdbe08df6cc21ada100b94930b02cd7de
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83903
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: coreboot org <coreboot.org@gmail.com>
Diffstat (limited to 'src/soc/intel/broadwell/pch/lpc.c')
-rw-r--r-- | src/soc/intel/broadwell/pch/lpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/pch/lpc.c b/src/soc/intel/broadwell/pch/lpc.c index 8a703df395..49a36b148a 100644 --- a/src/soc/intel/broadwell/pch/lpc.c +++ b/src/soc/intel/broadwell/pch/lpc.c @@ -22,6 +22,7 @@ #include <southbridge/intel/common/rtc.h> #include <southbridge/intel/lynxpoint/iobp.h> #include <southbridge/intel/lynxpoint/lp_gpio.h> +#include <stdbool.h> static void pch_enable_ioapic(struct device *dev) { |