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/adsp.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/adsp.c')
-rw-r--r-- | src/soc/intel/broadwell/pch/adsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/pch/adsp.c b/src/soc/intel/broadwell/pch/adsp.c index 7da807a6fd..05b1e60af2 100644 --- a/src/soc/intel/broadwell/pch/adsp.c +++ b/src/soc/intel/broadwell/pch/adsp.c @@ -13,6 +13,7 @@ #include <soc/rcba.h> #include <soc/intel/broadwell/pch/chip.h> #include <southbridge/intel/lynxpoint/iobp.h> +#include <stdbool.h> static void adsp_init(struct device *dev) { |